From: Bruce Momjian Date: Fri, 6 May 2005 03:38:05 +0000 (+0000) Subject: Remove documentation that CSV didn't handle carriage returns and line X-Git-Tag: REL8_1_0BETA1~861 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=051ecca0220b68b4feaaaebd414e0ab7a696b285;p=thirdparty%2Fpostgresql.git Remove documentation that CSV didn't handle carriage returns and line feeds properly. --- 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 @@ @@ -497,12 +497,7 @@ COPY tablename [ ( PostgreSQL will reject - COPY 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.