diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-05-06 03:38:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-05-06 03:38:05 +0000 |
commit | 051ecca0220b68b4feaaaebd414e0ab7a696b285 (patch) | |
tree | bc22561c20e29afe7e5788be6ca55195a627e63c | |
parent | 902338e06db58e8d1ade9cf192380065c03d3ffc (diff) | |
download | postgresql-051ecca0220b68b4feaaaebd414e0ab7a696b285.tar.gz postgresql-051ecca0220b68b4feaaaebd414e0ab7a696b285.zip |
Remove documentation that CSV didn't handle carriage returns and line
feeds properly.
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 7d9b18c5740..e907da0b5d0 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.63 2005/01/04 00:39:53 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.64 2005/05/06 03:38:05 momjian Exp $ PostgreSQL documentation --> @@ -497,12 +497,7 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla CSV mode will both recognize and produce CSV files with quoted values containing embedded carriage returns and line feeds. Thus the files are not strictly one line per table row like text-mode - files. However, <productname>PostgreSQL</productname> will reject - <command>COPY</command> input if any fields contain embedded line - end character sequences that do not match the line ending - convention used in the CSV file itself. It is generally safer to - import data containing embedded line end characters using the - text or binary formats rather than CSV. + files. </para> </note> |