From: Bruce Momjian Date: Sat, 19 Apr 2003 19:55:37 +0000 (+0000) Subject: Add pipe parameter to COPY function to allow proper line termination. X-Git-Tag: REL7_4_BETA1~725 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c48cae3e4d0537d9289a66092cf84ad789ecc0f;p=thirdparty%2Fpostgresql.git Add pipe parameter to COPY function to allow proper line termination. --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 56e7223bd9f..209ae01bd7a 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -289,7 +289,7 @@ COPY table [ ( table [ ( COPY FROM can handle lines + ending with newlines, carriage returns, or carriage return/newlines. @@ -393,7 +393,7 @@ COPY table [ (