dbTalk Databases Forums  

pg_dumpall failed

comp.databases.postgresql.admin comp.databases.postgresql.admin


Discuss pg_dumpall failed in the comp.databases.postgresql.admin forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chuming Chen
 
Posts: n/a

Default pg_dumpall failed - 09-20-2004 , 07:31 AM






Hi, all,

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?

Thank you very much for your kind reply.


--
Chuming Chen
System Administrator & Programmer
Department of Biostatistics, Bioinformatics and Epidemiology
Medical University of South Carolina
135 Cannon Street, Suite 303
Charleston SC 29425
Tel: 843-792-1555 (O)


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: pg_dumpall failed - 09-20-2004 , 09:40 AM






Chuming Chen <chen (AT) musc (DOT) edu> writes:
Quote:
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

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.