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

Commit9c72df4

Browse files
committed
Update COPY CSV \. wording for externally created files.
1 parent6fa3357 commit9c72df4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 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.71 2005/12/2803:25:32 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.72 2005/12/2814:38:32 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -517,9 +517,10 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
517517
as a data value. To avoid any misinterpretation, a <literal>\.</>
518518
data value appearing as a lone entry on a line is automatically
519519
quoted on output, and on input, if quoted, is not interpreted as the
520-
end-of-data marker. If you are loading a single-column table that
521-
might have a column value of <literal>\.</>, you might need to quote
522-
that value in the input file.
520+
end-of-data marker. If you are loading a file created by another
521+
application that has a single unquoted column and might have a
522+
value of <literal>\.</>, you might need to quote that value in the
523+
input file.
523524
</para>
524525

525526
<note>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp