Re: ERROR: cannot open relation center_out_analog_proc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: cannot open relation center_out_analog_proc
Дата
Msg-id 7561.983914465@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: cannot open relation center_out_analog_proc  ("G. Anthony Reina" <reina@nsi.edu>)
Список pgsql-hackers
"G. Anthony Reina" <reina@nsi.edu> writes:
> BEGIN WORK;
> ...
> DROP TABLE center_out_analog_proc;
> ...
> [fail transaction]

> psql:alter_table_format.sql:14: NOTICE:  mdopen: couldn't open
> center_out_analog_proc: No such file or directory

You can't roll back a DROP TABLE under pre-7.1 releases (and 7.0 has
a big fat warning notice to tell you so!).  The physical table file
is deleted immediately by the DROP, so rolling back the system catalog
changes doesn't get you back to a working table.

The only way to clean up at this point is to drop the table for real.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: How to shoot yourself in the foot: kill -9 postmaster
Следующее
От: "G. Anthony Reina"
Дата:
Сообщение: Re: ERROR: cannot open relation center_out_analog_proc