pg_dump output - Mailing list pgsql-hackers

From Kovacs Zoltan
Subject pg_dump output
Date
Msg-id Pine.LNX.4.21.0102121844320.10941-100000@pc10.radnoti-szeged.sulinet.hu
Whole thread Raw
Responses Re: pg_dump output  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Due to the urgency, I resend my mail about pg_dump output:

In 7.0.2 I got

INSERT INTO foo (field) VALUES ('Hello,\012world!');

In 7.1beta4 I get

INSERT INTO foo (field) VALUES ('Hello,
world!');

I am using these switches: -a, -c, -n, -d or -D.

Is it possible to add a switch to pg_dump to make it possible getting the
old output. Where can I balance it in the source if I'd like to change the
behaviour?

TIA, Zoltan

--                         Kov\'acs, Zolt\'an                        kovacsz@pc10.radnoti-szeged.sulinet.hu
          http://www.math.u-szeged.hu/~kovzol                        ftp://pc10.radnoti-szeged.sulinet.hu/home/kovacsz
 



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PL/PgSQL GET DIAGNOSTICS command
Next
From: "Mikheev, Vadim"
Date:
Subject: RE: [ADMIN] SOS !!: Porstgress forgot all ! Help !