When I try the following command:
ALTER TABLE mdx_core.audit_impt RENAME TO _audit_impt;

I get the error message:

ERROR: type "_audit_impt" already exists
SQL state: 42710

I have looked through tables, types, sequences etc. I even did a PLAIN schema (no data) backup on the DB and did a text search on the resulting file for this name, nothing.

How do I search the system catalogs to find this particular "type"?



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to