Re: strangeness in pg_dump

From: Mathieu Arnold <mat(at)mat(dot)cc>
To: Bjoern Metzdorf <bm(at)turtle-entertainment(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: strangeness in pg_dump
Date: 2002-06-03 14:07:54
Message-ID: 3450148080.1023120474@andromede.reaumur.absolight.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--On lundi 3 juin 2002 15:35 +0200 Bjoern Metzdorf
<bm(at)turtle-entertainment(dot)de> wrote:

>> I have 2 servers, a linux and a freebsd, and I don't understand why when
>> I dump on one, the dumped strings looks like :
>>
>> "foo\r\nbar"
>>
>> and on the other one :
>>
>> "foo^M\
>> bar"
>>
>> does someone have an idea of what compile time option is responsible for
>> that ?
>
> Perhaps this is a viewer-issue? Copy the fbsd one over to linux and view
> it again.

no, no, it's really a psql issue, as copying the linux one on the freebsd
box (viva binary compatibility) still does the same.

--
Mathieu Arnold

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2002-06-03 14:08:47 Re: strangeness in pg_dump
Previous Message Mathieu Arnold 2002-06-03 13:50:23 Re: strangeness in pg_dump