Re: pg_dump: SQL command failed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump: SQL command failed
Дата
Msg-id 25515.1265986431@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump: SQL command failed  (Oliver Kohll - Mailing Lists <oliver.lists@gtwm.co.uk>)
Список pgsql-general
Oliver Kohll - Mailing Lists <oliver.lists@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

В списке pgsql-general по дате отправления: