Incomplete pg_dump operation

Поиск
Список
Период
Сортировка
От peter@vfemail.net
Тема Incomplete pg_dump operation
Дата
Msg-id 20100206150936.9FC3B632298@mail.postgresql.org
обсуждение исходный текст
Список pgsql-novice
A shell script runs pg_dump once each day to backup a Postgresql database and then compress it for storage.  The script
andbackup process worked flawlessly for years, but now returns these error messages: 

   pg_dump: ERROR:  could not open relation with OID 2196359751
   pg_dump: SQL command to dump the contents of table "xyz" failed: PQendcopy() failed.
   pg_dump: Error message from server: ERROR:  could not open relation with OID 2196359751
   pg_dump: The command was: COPY public.xyz ({various_field_names}) TO stdout;

The pg_dump command halts with these error messages after copying or dumping about 50% of the database.  Accordingly,
onlya fraction of the database is actually being backed up.   

Is there corruption of some type inside my PostgreSQL database?  Has an index or something similar become corrupted?



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

Предыдущее
От: peter@vfemail.net
Дата:
Сообщение: Re: Database handle destroyed without explicit disconnect
Следующее
От: peter@vfemail.net
Дата:
Сообщение: Re: Incomplete pg_dump operation