Re: [HACKERS] pg_dump not dumping all tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] pg_dump not dumping all tables
Date
Msg-id 25672.933203819@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] pg_dump not dumping all tables  (Hannu Krosing <hannu@trust.ee>)
List pgsql-hackers
Hannu Krosing <hannu@trust.ee> writes:
> I've had this for row's containing \n (or maybe \r) that got dumped as
> real newline that screwed the whole COPY xxx FROM stdin.

FWIW, I think that particular bug was fixed some time ago; leastwise
I cannot reproduce it with either 6.4.2 or current pg_dump.

Tony, would you let us know whether -d helps?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "G. Anthony Reina"
Date:
Subject: Re: [HACKERS] pg_dump not dumping all tables
Next
From: Tom Lane
Date:
Subject: Re: Selectivity of "=" (Re: [HACKERS] Index not used on simple se lect)