Unable to create tables...

From: Don Baccus <dhogaza(at)pacifier(dot)com>
To: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Unable to create tables...
Date: 1999-08-06 16:42:28
Message-ID: 3.0.1.32.19990806094228.00e0388c@mail.pacifier.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

I mentioned this earlier in the context of pg_dump, which fails
trying to create the table "pgdump_oid".

After a bit, a memory jog reminded me that I've seen this
before, with the table "foo", which I once used for testing.

After a fair number of "create/drop" cycles, making then
dropping tables for testing, pgsql now refuses to let me
"create table foo...", giving the same simple error message
"can't create foo" as pg_dump's getting on pgdump_oid.

I can't "drop table foo", getting an error message telling
me the class doesn't exist, so that's not the problem.

I CAN create/drop other tables, i.e. "create table bar..."
followed by "drop table bar" works fine.

So it doesn't appear to be a general permissions problem,
i.e. it's not as though the system thinks I don't have
create table rights.

It would seem as some system table is being corrupted???

Does this sound at all familiar?

Unfortunately, I don't know how to reproduce this other
than create/drop tables until eventually it fails. As
I mentioned in my first note, pg_dump has been running
nightly on this database for weeks, at least, with no
errors reported. Suddenly - poof! can't create pgdump_oid.

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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Lamar Owen 1999-08-06 18:14:08 Re: [HACKERS] Unable to create tables...
Previous Message Bruce Momjian 1999-08-06 15:52:41 Re: [DOCS] New man pages

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 1999-08-06 18:14:08 Re: [HACKERS] Unable to create tables...
Previous Message Bruce Momjian 1999-08-06 15:52:41 Re: [DOCS] New man pages