Re: I saw a table that wasn't there - Mailing list pgsql-odbc

From Tom Lane
Subject Re: I saw a table that wasn't there
Date
Msg-id 27294.989001884@sss.pgh.pa.us
Whole thread Raw
In response to I saw a table that wasn't there  ("Tom.Bakken" <Tom.Bakken@tx.usda.gov>)
List pgsql-odbc
"Tom.Bakken" <Tom.Bakken@tx.usda.gov> writes:
> Here's what transpired:

> infosystems=> drop table outreach;
> ERROR:  mdopen: couldn't open outreach_outreach_id_key: No such file or
> directory

> This was unexpected.  Apprarently a key sequence was still floating around out
> there. I tried the following:

No, an index.  Indexes on the table have to be dropped too, and just
like the table, a rolled-back delete would already have deleted the
physical file.  Anyway, you figured out the right recovery method.

> I realize I need to upgrade to 7.1 and already have plans to within the next
> week or two.

Good.

            regards, tom lane

pgsql-odbc by date:

Previous
From: "Tom.Bakken"
Date:
Subject: MS Access97 Postgres ODBC problems
Next
From: "Tom.Bakken"
Date:
Subject: Re: I saw a table that wasn't there