Re: [HACKERS] Unable to create tables...

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: [HACKERS] Unable to create tables...
Дата
Msg-id 37AB25F0.CB67F617@wgcr.org
обсуждение исходный текст
Ответ на Re: [DOCS] New man pages  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Ответы Re: [HACKERS] Unable to create tables...  (Don Baccus <dhogaza@pacifier.com>)
Список pgsql-hackers
Don Baccus wrote:
> I can't "drop table foo", getting an error message telling
> me the class doesn't exist, so that's not the problem.
> It would seem as some system table is being corrupted???

Check pg_tables and pg_class -- select * from pg_tables; will give you a
list of tables from the system catalog, and select * from ps_class; will
do the same for classes -- if the psuedo-dropped table shows in either
of these tables, delete it, and see if that helps.  If this indeed is a
system table corruption..... eeewwww....

Lamar Owen
WGCR Internet Radio


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

Предыдущее
От: Don Baccus
Дата:
Сообщение: Unable to create tables...
Следующее
От: Bruce Momjian
Дата:
Сообщение: plpgsql requires bison