Re: table is not a table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: table is not a table
Дата
Msg-id 1520.1138206399@sss.pgh.pa.us
обсуждение исходный текст
Ответ на table is not a table  ("Ilja Golshtein" <ilejn@yandex.ru>)
Ответы Re: table is not a table  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
"Ilja Golshtein" <ilejn@yandex.ru> writes:
> postgres=# create table ddd(f1 int4);
> CREATE TABLE
> postgres=# drop table ddd;
> ERROR:  "ddd" is not a table

That's just plain bizarre.  Would you try it with \set VERBOSITY verbose
so we can see exactly where the error is coming from?

Has this installation been working for you before?  I'm wondering about
a corrupt backend executable file, or some such ...

            regards, tom lane

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

Предыдущее
От: "Leif B. Kristensen"
Дата:
Сообщение: Re: Alternative to knoda, kexi and rekall?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: user defined function