Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks

From: Jorge Godoy <jgodoy(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks
Date: 2007-12-03 00:11:04
Message-ID: 200712022211.04815.jgodoy@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Em Sunday 02 December 2007 21:24:09 Tom Lane escreveu:
> lou(at)paprikash(dot)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(at)gmail(dot)com>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-12-03 00:14:14 Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks
Previous Message Tom Lane 2007-12-02 23:24:09 Re: BUG #3795: pg_dump is mis-dumping columns containing line breaks