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

Commit5f9ba04

Browse files
committed
Neil's patch claimed a column list didn't work for COPY BINARY.
Which was true when he submitted it, but is so no longer.
1 parent7926259 commit5f9ba04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.36 2002/08/04 05:09:36 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.37 2002/08/04 05:22:02 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -99,8 +99,8 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class="
9999
<para>
100100
Changes the behavior of field formatting, forcing all data to be
101101
stored or read in binary format rather than as text. You can not
102-
specify <option>DELIMITER</option>,<option>NULL</option>, or
103-
a column listin binary mode.
102+
specify <option>DELIMITER</option> or<option>NULL</option>
103+
in binary mode.
104104
</para>
105105
</listitem>
106106
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp