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

From Jorge Godoy
Subject Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks
Date
Msg-id 200712022211.04815.jgodoy@gmail.com
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
Em Sunday 02 December 2007 21:24:09 Tom Lane escreveu:
> lou@paprikash.com writes:
> > The two versions of PostgreSQL produce slightly different results.
>
> Yeah, that's an intentional change.
>
> > The 8.3 version, with the unescaped line breaks, confuses the heck out
> > of psql.
>
> Works fine for me --- I can load either dump file into either version of
> psql.
>
> Maybe your test case involves letting Windows mangle the line endings?

Another things to pay attention: if the database is UTF-8, why is he
specifying LATIN1 on the command line?

--
Jorge Godoy      <jgodoy@gmail.com>

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks
Next
From: Magnus Hagander
Date:
Subject: Re: BUG #3790: pg_restore error canceling statement due to user request