Thread: RE: [SQL] how to bulky-copy data in postgreSql

RE: [SQL] how to bulky-copy data in postgreSql

From
"Jackson, DeJuan"
Date:
Look at the 'COPY' statement and/or the '\copy' commend in psql.
        -DEJ

> -----Original Message-----
> From:    Yingpling Lu [SMTP:lu@cs.umn.edu]
> Sent:    Friday, June 12, 1998 3:31 AM
> To:    pgsql-sql@postgreSQL.org
> Subject:    [SQL] how to bulky-copy data in postgreSql
>
> Hi,
> I'm going to port my database from Ms access to postgreSql. But I
> don't know if there is a bulky copy statement in PostgreSql. I checked
> all your documents in your web site but cann't find it. There should
> be a statament like
> load data file into table ....
> Can you tell me how to do that?
> Thanks.
> Peter