"Ilja Golshtein" <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to