File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -517,9 +517,10 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
517
517
as a data value. To avoid any misinterpretation, a <literal>\.</>
518
518
data value appearing as a lone entry on a line is automatically
519
519
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.
523
524
</para>
524
525
525
526
<note>
You can’t perform that action at this time.
0 commit comments