Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74fd3d1

Browse files
committed
Fix COPY documentation to not imply that HEADER can be used outside CSV mode.
Per gripe from Bill Thoen.
1 parent30584cd commit74fd3d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎doc/src/sgml/ref/copy.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -37,7 +37,6 @@ COPY { <replaceable class="parameter">tablename</replaceable> [ ( <replaceable c
3737
TO { '<replaceable class="parameter">filename</replaceable>' | STDOUT }
3838
[ [ WITH ]
3939
[ BINARY ]
40-
[ HEADER ]
4140
[ OIDS ]
4241
[ DELIMITER [ AS ] '<replaceable class="parameter">delimiter</replaceable>' ]
4342
[ NULL [ AS ] '<replaceable class="parameter">null string</replaceable>' ]
@@ -214,7 +213,7 @@ COPY { <replaceable class="parameter">tablename</replaceable> [ ( <replaceable c
214213
<term><literal>HEADER</literal></term>
215214
<listitem>
216215
<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
218217
column in the file. On output, the first line contains the column
219218
names from the table, and on input, the first line is ignored.
220219
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp