Re: table is not a table - Mailing list pgsql-general

From Tom Lane
Subject Re: table is not a table
Date
Msg-id 2706.1138377719@sss.pgh.pa.us
Whole thread Raw
In response to Re: table is not a table  ("Ilja Golshtein" <ilejn@yandex.ru>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: PG_RESTORE and database size
Next
From: Aaron Colflesh
Date:
Subject: Allowing Custom Fields