| From: | Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> |
|---|---|
| To: | Don Baccus <dhogaza(at)pacifier(dot)com> |
| Cc: | Postgres Hackers List <hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] Unable to create tables... |
| Date: | 1999-08-06 18:14:08 |
| Message-ID: | 37AB25F0.CB67F617@wgcr.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs pgsql-hackers |
Don Baccus wrote:
> I can't "drop table foo", getting an error message telling
> me the class doesn't exist, so that's not the problem.
> It would seem as some system table is being corrupted???
Check pg_tables and pg_class -- select * from pg_tables; will give you a
list of tables from the system catalog, and select * from ps_class; will
do the same for classes -- if the psuedo-dropped table shows in either
of these tables, delete it, and see if that helps. If this indeed is a
system table corruption..... eeewwww....
Lamar Owen
WGCR Internet Radio
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Don Baccus | 1999-08-06 18:23:47 | Re: [HACKERS] Unable to create tables... |
| Previous Message | Don Baccus | 1999-08-06 16:42:28 | Unable to create tables... |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Don Baccus | 1999-08-06 18:23:47 | Re: [HACKERS] Unable to create tables... |
| Previous Message | Don Baccus | 1999-08-06 16:42:28 | Unable to create tables... |