|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.81 2008/01/16 22:07:04 adunstan Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.82 2008/10/10 21:46:34 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -37,7 +37,6 @@ COPY { <replaceable class="parameter">tablename</replaceable> [ ( <replaceable c
|
37 | 37 | TO { '<replaceable class="parameter">filename</replaceable>' | STDOUT }
|
38 | 38 | [ [ WITH ]
|
39 | 39 | [ BINARY ]
|
40 |
| - [ HEADER ] |
41 | 40 | [ OIDS ]
|
42 | 41 | [ DELIMITER [ AS ] '<replaceable class="parameter">delimiter</replaceable>' ]
|
43 | 42 | [ NULL [ AS ] '<replaceable class="parameter">null string</replaceable>' ]
|
@@ -214,7 +213,7 @@ COPY { <replaceable class="parameter">tablename</replaceable> [ ( <replaceable c
|
214 | 213 | <term><literal>HEADER</literal></term>
|
215 | 214 | <listitem>
|
216 | 215 | <para>
|
217 |
| - Specifies the file contains a header line with the names of each |
| 216 | + Specifiesthatthe file contains a header line with the names of each |
218 | 217 | column in the file. On output, the first line contains the column
|
219 | 218 | names from the table, and on input, the first line is ignored.
|
220 | 219 | </para>
|
|