Re: table is not a table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ilejn(at)yandex(dot)ru
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: table is not a table
Date: 2006-01-25 16:26:39
Message-ID: 1520.1138206399@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ilja Golshtein" <ilejn(at)yandex(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-01-25 16:31:16 Re: user defined function
Previous Message Leif B. Kristensen 2006-01-25 16:21:48 Re: Alternative to knoda, kexi and rekall?