Re: [GENERAL] table is not a table

2006-01-27 Thread Tom Lane
"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".

Re: [GENERAL] table is not a table

2006-01-27 Thread Ilja Golshtein
Hi! >On Wed, Jan 25, 2006 at 11:26:39AM -0500, Tom Lane wrote: >> "Ilja Golshtein" <[EMAIL PROTECTED]> 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 \se

Re: [GENERAL] table is not a table

2006-01-25 Thread Michael Fuhr
On Wed, Jan 25, 2006 at 11:26:39AM -0500, Tom Lane wrote: > "Ilja Golshtein" <[EMAIL PROTECTED]> 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 v

Re: [GENERAL] table is not a table

2006-01-25 Thread Tom Lane
"Ilja Golshtein" <[EMAIL PROTECTED]> 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 i

[GENERAL] table is not a table

2006-01-25 Thread Ilja Golshtein
Hello! Could you please help me with an issue I have on a PG installation. The problem is it is impossible to drop any table. Looks like this. == [EMAIL PROTECTED] bin]$ ./psql postgres ilejn Welcome to psql 8.1.1, the PostgreSQL interactive terminal. Type: \copyright for distribution terms