Oliver Kohll - Mailing Lists <oliver.li...@gtwm.co.uk> writes:
> pg_dump: SQL command failed
> pg_dump: Error message from server: ERROR:  could not open relation with OID 
> 572838
> pg_dump: The command was: SELECT 
> pg_catalog.pg_get_viewdef('572838'::pg_catalog.oid) AS viewdef

Looks like a race condition ---- somebody dropped a view between the
pg_dump saw it and the time pg_dump tried to grab the view definition.

                        regards, tom lane

-- 
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