From 6a3a3a0543446c1470b28bd2286b8230b1ab8b8c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 10 Oct 2008 21:46:43 +0000 Subject: [PATCH] Fix COPY documentation to not imply that HEADER can be used outside CSV mode. Per gripe from Bill Thoen. --- doc/src/sgml/ref/copy.sgml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 7c137dc506..7e628edb68 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -37,7 +37,6 @@ COPY { tablename [ ( filename' | STDOUT } [ [ WITH ] [ BINARY ] - [ HEADER ] [ OIDS ] [ DELIMITER [ AS ] 'delimiter' ] [ NULL [ AS ] 'null string' ] @@ -214,7 +213,7 @@ COPY { tablename [ ( HEADER - Specifies the file contains a header line with the names of each + Specifies that the file contains a header line with the names of each column in the file. On output, the first line contains the column names from the table, and on input, the first line is ignored. -- 2.39.5