When using COPY - Mailing list pgsql-sql

From datactrl
Subject When using COPY
Date
Msg-id 005801c0fd11$9688e840$2400a8c0@hnjack
Whole thread Raw
List pgsql-sql
By using ...
COPY [ BINARY ] table [ WITH OIDS ]   FROM { 'filename' | stdin }   [ [USING] DELIMITERS 'delimiter' ]   [ WITH NULL AS
'nullstring' ]
 

[BINARY]: If I use it instead of choosing a delimiter, is that safe for
copied data and more quick to copy?
[WITH OIDS] : If my application didn't use any oid, do I need to specify it?
Which one (specify it or not ) will be more quick to copy?

THANK YOU

JACK



pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: Re: binary data
Next
From: Andreas Tille
Date:
Subject: Foreign key problem