|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.63 2005/01/04 00:39:53 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.64 2005/05/06 03:38:05 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -497,12 +497,7 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
|
497 | 497 | CSV mode will both recognize and produce CSV files with quoted
|
498 | 498 | values containing embedded carriage returns and line feeds. Thus
|
499 | 499 | the files are not strictly one line per table row like text-mode
|
500 |
| - files. However, <productname>PostgreSQL</productname> will reject |
501 |
| - <command>COPY</command> input if any fields contain embedded line |
502 |
| - end character sequences that do not match the line ending |
503 |
| - convention used in the CSV file itself. It is generally safer to |
504 |
| - import data containing embedded line end characters using the |
505 |
| - text or binary formats rather than CSV. |
| 500 | + files. |
506 | 501 | </para>
|
507 | 502 | </note>
|
508 | 503 |
|
|