Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: pg_dump: schema with OID 16396 does not exist



RW <postgres(at)tauceti(dot)net> writes:
> pg_dump: schema with OID 16396 does not exist

I assume you don't see that OID in "select oid,nspname from pg_namespace"?

Look through the system catalogs to find the object(s) that claim to be
in that namespace, and then tell us what they are and their history.

select * from pg_type where typnamespace = 16396

and likewise for pg_class.relnamespace, pg_operator.oprnamespace,
pg_conversion.connamespace, pg_opclass.opcnamespace,
pg_aggregate.aggnamespace, pg_proc.pronamespace.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group