From: Bruce Momjian Date: Wed, 18 Apr 2007 02:29:39 +0000 (+0000) Subject: Update docs/error message for CSV quote/escape --- must be ASCII. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4752c36bcffcd3137790e226eb2659419e3b65f0;p=users%2Fbernd%2Fpostgres.git Update docs/error message for CSV quote/escape --- must be ASCII. Backpatch doc change to 8.2.X. --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 24d3faf5d6..5c6f6a8555 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -225,7 +225,7 @@ COPY { tablename [ ( quote - Specifies the quotation character in CSV mode. + Specifies the ASCII quotation character in CSV mode. The default is double-quote. @@ -235,7 +235,7 @@ COPY { tablename [ ( escape - Specifies the character that should appear before a + Specifies the ASCII character that should appear before a QUOTE data character value in CSV mode. The default is the QUOTE value (usually double-quote).