Bug In COPY TO? - Mailing list pgsql-general

From Bill Thoen
Subject Bug In COPY TO?
Date
Msg-id 48EF740C.50300@gisnet.com
Whole thread Raw
Responses Re: Bug In COPY TO?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I noticed that in PG 8.1 the docs for COPY TO say that you can use WITH
HEADER, but when I do that it throws an error saying that this works
only in CSV mode. Is this a bug or do I have something wrong with my syntax?

COPY mytable TO '/data/out.txt'
   WITH HEADER DELIMITER '|' NULL '' ;

pgsql-general by date:

Previous
From: Pascal Cohen
Date:
Subject: Improve dump and restore time
Next
From: "blackwater dev"
Date:
Subject: grabbing date of last Sunday?