Re: Good Delimiter for copy command - Mailing list pgsql-general

From Jasen Betts
Subject Re: Good Delimiter for copy command
Date
Msg-id gnjle8$k71$8@reversiblemaps.ath.cx
Whole thread Raw
In response to Re: Good Delimiter for copy command  (Andrew Gould <andrewlylegould@gmail.com>)
List pgsql-general
On 2009-02-12, SHARMILA JOTHIRAJAH <sharmi_jo@yahoo.com> wrote:
>
> Im not using this for loading postgres data to postgres.
> Im trying this method to load my Oracle data to postgresql tables....
> just trying to migrate my data from oracle to postgresql

dump as CSV, properly implemented CSV isn't daunted by , " or newline in the data.
(but the latter can make the files hard for humans to parse)

else dump as named column inserts,

pgsql-general by date:

Previous
From: Harald Armin Massa
Date:
Subject: \l of psql 8.4 looks ... unreadable on 80char default
Next
From: Kusuma Pabba
Date:
Subject: Re: Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?