| От | Tom Lane |
|---|---|
| Тема | Re: pg_dumpall failed |
| Дата | |
| Msg-id | 11352.1095691225@sss.pgh.pa.us обсуждение |
| Ответ на | pg_dumpall failed (Chuming Chen <chen@musc.edu>) |
| Список | pgsql-admin |
Chuming Chen <chen@musc.edu> writes:
> I am using pg_dumpall (pg_dumpall -o > backup) to backup postgresql
> 7.2.3 datatbase on Redhat Linux 8. It worked well, but recently, it
> failed and gave me the following messages:
> pg_dump: query to get data of sequence "est_att_p_por_id_seq" returned
> name "est_att_p_porites_id_seq"
> pg_dumap failed on xxxxx, exiting
> Can anybody tell me what might go wrong here?
You renamed the sequence. pg_dump back then had a (misguided) consistency
check that would barf on renamed sequences. If you don't mind hacking
the source code, it's a simple deletion of a few lines to take it out.
7.2.3 is pretty nearly ancient history; I'd suggest an update.
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера