COPY Copies data between files and tables
COPY [ BINARY ] table [ WITH OIDS ]
FROM { 'filename' | stdin }
[ USING DELIMITERS 'delimiter' ]
COPY [ BINARY ] table [ WITH OIDS ]
TO { 'filename' | stdout }
[ USING DELIMITERS 'delimiter' ]
-----Original Message-----
From: bluexiao <bluexiao@yeah.net>
To: postgreSQL <pgsql-general@postgreSQL.org>
Date: 18 July 1999 23:09
Subject: [GENERAL] about copy
>Hello:
> I want to import some data from access97 to postgres, I have save
>the data to .CSV file, but how to import it into postgres's db?
> I no there is a command in psql can do it. But I forget.
>
>=-=-=-=-=-=-=-=
> Take care
>=-=-=-=-=-=-=-=
>