Re: merging 2 dumps

From: Nabil Sayegh <postgresql(at)e-trolley(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: merging 2 dumps
Date: 2003-08-01 15:13:34
Message-ID: 1059750813.7648.27.camel@billy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Am Fre, 2003-08-01 um 17.01 schrieb Tom Lane:

> > \n or something like that
>
> What PG version are you using?? All recent releases *do* dump newline
> as \n, for example

pg_dump (PostgreSQL) 7.3.3

> COPY fooey (f1) FROM stdin;
> hi
> hi\nthere
> ho
> \.

I always use: pg_dump -D ... (I don't really like COPY)

Is it also possible to have newlines converted when doing
psql -c "SELECT ..."

tfyh
--
e-Trolley Sayegh & John, Nabil Sayegh
Tel.: 0700 etrolley /// 0700 38765539
Fax.: +49 69 8299381-8
PGP : http://www.e-trolley.de

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Nabil Sayegh 2003-08-01 15:34:15 Re: merging 2 dumps
Previous Message Tom Lane 2003-08-01 15:01:35 Re: merging 2 dumps