Re: [HACKERS] Unable to create tables...
Lamar Owen <lamar.owen@wgcr.org>
From: Lamar Owen <lamar.owen@wgcr.org>
To: Don Baccus <dhogaza@pacifier.com>
Cc: Postgres Hackers List <hackers@postgreSQL.org>
Date: 1999-08-06T18:14:08Z
Lists: pgsql-hackers, pgsql-docs
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