Re: table is not a table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: table is not a table
Дата
Msg-id 2706.1138377719@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: table is not a table  ("Ilja Golshtein" <ilejn@yandex.ru>)
Список pgsql-general
"Ilja Golshtein" <ilejn@yandex.ru> writes:
>> On Wed, Jan 25, 2006 at 11:26:39AM -0500, Tom Lane wrote:
> That's just plain bizarre.  Would you try it with \set VERBOSITY verbose
> so we can see exactly where the error is coming from?

> No extra information. Just "ERROR:  "ddd" is not a table".

Not possible unless you mistyped it.  You should get something like

regression=# create sequence s;
CREATE SEQUENCE
regression=# drop table s;
ERROR:  "s" is not a table
HINT:  Use DROP SEQUENCE to remove a sequence.
regression=# \set VERBOSITY verbose
regression=# drop table s;
ERROR:  42809: "s" is not a table
HINT:  Use DROP SEQUENCE to remove a sequence.
LOCATION:  DropErrorMsgWrongType, utility.c:133
regression=#

> The only special thing (and the only thing to blame)
> I can imagine about this installation - ICU patch.
> It was applied without any visible troubles.

Perhaps you messed up the patch, or failed to do a full rebuild after
applying it?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PG_RESTORE and database size
Следующее
От: Aaron Colflesh
Дата:
Сообщение: Allowing Custom Fields