|
1 | 1 | <!-- |
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 $ |
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> |
|