Re: [GENERAL] about copy - Mailing list pgsql-general

From Stephen Boyle
Subject Re: [GENERAL] about copy
Date
Msg-id 002b01bed2d5$63af9170$010aa8c0@m0n7y
Whole thread Raw
List pgsql-general
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
>=-=-=-=-=-=-=-=
>


pgsql-general by date:

Previous
From: webmaster
Date:
Subject: Error 704 - don't know how to copy object???
Next
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] :Pb with the size of the table