Re: [HACKERS] Unable to create tables... - Mailing list pgsql-hackers

From Don Baccus
Subject Re: [HACKERS] Unable to create tables...
Date
Msg-id 3.0.1.32.19990806115431.00e087c8@mail.pacifier.com
Whole thread Raw
In response to Re: [HACKERS] Unable to create tables...  (Don Baccus <dhogaza@pacifier.com>)
Responses Re: [HACKERS] Unable to create tables...
List pgsql-hackers
At 11:23 AM 8/6/99 -0700, Don Baccus wrote:

>Neither "pgdump_oid" or "foo" (my other example from my
>follow-up message) appear to exist in pg_class or pg_tables.
>
>Thanks for the suggestion, though :(

Things are getting more and more odd...

I've done some more testing and things are now in a state
where I can create a table, drop the table (and get the
message "DROP" back), yet the relation still exists.

In fact, I can do a "select count(*) from ..." on it and
get zero rows back.

Argh!

Of course, now if I try to create a table with that name,
I'm told the relation already exists.

Different than the situation with pgdump_oid and foo,
where I'm just told that the create failed.

Obviously, some table contents somewhere must be messed
up.  Any ideas?



- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: [HACKERS] Unable to create tables...
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: [HACKERS] Unable to create tables...