Looking for postgres equivalent of mysqlimport

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: Postgres <pgsql-novice(at)postgresql(dot)org>
Subject: Looking for postgres equivalent of mysqlimport
Date: 2004-09-17 13:13:05
Message-ID: 4FBBE6D0-08AB-11D9-B5A4-000A95D7BA10@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I am looking for the rough equivalent of:

mysqlimport -L -h <host> -r --fields-terminated-by=',' -u<user> -p<pass>
--fields-enclosed-by='"' genekeydb *csv >report

In particular, I have '"' enclosed fields.

Thanks,
Sean

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message M. Bastin 2004-09-17 13:28:32 Re: Looking for postgres equivalent of mysqlimport
Previous Message Lars Haugseth 2004-09-17 09:51:48 Re: Installation problem...