"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".
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
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
"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
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