On 2009-02-12, SHARMILA JOTHIRAJAH <sharmi...@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, 

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to