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

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

Previous
From: "Leif B. Kristensen"
Date:
Subject: Re: Alternative to knoda, kexi and rekall?
Next
From: Tom Lane
Date:
Subject: Re: user defined function