From: | Jasen Betts <jasen(at)xnet(dot)co(dot)nz> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Good Delimiter for copy command |
Date: | 2009-02-19 13:05:12 |
Message-ID: | gnjle8$k71$8@reversiblemaps.ath.cx |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
On 2009-02-12, SHARMILA JOTHIRAJAH <sharmi_jo(at)yahoo(dot)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,
From | Date | Subject | |
---|---|---|---|
Next Message | Kusuma Pabba | 2009-02-19 13:08:19 | Re: Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump? |
Previous Message | Harald Armin Massa | 2009-02-19 13:03:28 | \l of psql 8.4 looks ... unreadable on 80char default |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2009-02-19 13:08:03 | Re: vacuumdb --freeze |
Previous Message | Bruce Momjian | 2009-02-19 13:00:05 | Re: pg_migrator progress |