Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks
Date
Msg-id 29593.1196640854@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I wrote:
> Maybe your test case involves letting Windows mangle the line endings?

On reflection, I'm sure that's exactly what's happening.  I now remember
that one of the reasons for the old dump behavior was to make COPY data
a bit safer against line-ending mangling.  I've reverted this rather
ill-advised change in behavior, and added a note in the code to
hopefully prevent anyone from making the same mistake again.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks
Next
From: Jorge Godoy
Date:
Subject: Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks