[ADMIN] Unable to drop index

2005-04-29 Thread Oliver Duke-Williams
creation of a new table and associated index of the same names. Would manually deleting the records that relate to the index in pg_index and pg_class be sufficient, or is that likely to do more harm than good? Many thanks, Oliver -- Oliver Duke-Williams <[EMAIL PROTECTED]> School of Geo

Re: [ADMIN] Unable to drop index

2005-05-03 Thread Oliver Duke-Williams
Tom Lane wrote: The table on which the index was built is no longer present (it should have been dropped by my application after being used), but it would appear that the index was not dropped at the same time as the table: That's fairly strange; it should be impossible, in fact, because of the