CSV options in COPY - Mailing list pgsql-general

From hjenkins
Subject CSV options in COPY
Date
Msg-id 4563.142.104.193.193.1201040981.squirrel@wm3.uvic.ca
Whole thread Raw
Responses Re: CSV options in COPY
List pgsql-general
Hello, all,

On the subject of the COPY command
(http://www.postgresql.org/docs/current/interactive/sql-copy.html), is it
the case that the HEADER, QUOTE, escape, FORCE QUOTE, and FORCE NOT NULL
options can only be used in CSV mode? If so, why? A tab-delimited table
with a header line and quoted strings seems a perfectly reasonable format.
If not, how?

Regards,
Hazel Jenkins



pgsql-general by date:

Previous
From: "Adam Rich"
Date:
Subject: Re: altering foreign keys
Next
From: Tom Lane
Date:
Subject: Re: CSV options in COPY