Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9c72df4

Browse files
committed
Update COPY CSV \. wording for externally created files.
1 parent 6fa3357 commit 9c72df4

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/28 03:25:32 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.72 2005/12/28 14: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)