Re: PostgreSQL 8.1.0 catalog corruption

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 8.1.0 catalog corruption
Дата
Msg-id 3953.1132605893@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL 8.1.0 catalog corruption  (Bob Ippolito <bob@redivi.com>)
Ответы Re: PostgreSQL 8.1.0 catalog corruption  (Bob Ippolito <bob@redivi.com>)
Список pgsql-hackers
Bob Ippolito <bob@redivi.com> writes:
> mochi=# drop table ping_1132387200;
> ERROR:  table "ping_1132387200" does not exist
> mochi=# create table ping_1132387200();
> ERROR:  type "ping_1132387200" already exists

> I'm not sure what to do about this..

Try dropping the type.

We've seen at least one prior report of a table's rowtype not being
dropped with the table, but nothing solid enough to debug.  If you can
find a way to reproduce this, I'm all ears.
        regards, tom lane


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

Предыдущее
От: Bob Ippolito
Дата:
Сообщение: Re: PostgreSQL 8.1.0 catalog corruption
Следующее
От: Simon Riggs
Дата:
Сообщение: Are NULLs in Arrays compressed?