From: Bruce Momjian Date: Wed, 23 Apr 2014 00:33:12 +0000 (-0400) Subject: doc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f for "null string" X-Git-Tag: REL9_4_BETA1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2362c2bd234f01935336208fe2924c986564baa9;p=postgresql doc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f for "null string" Report by Andrew Dunstan --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 5a5d177ef8..b9c3eb4a73 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -490,7 +490,7 @@ COPY count FORCE_NULL and FORCE_NOT_NULL can be used simultaneously on the same column. This results in converting quoted - empty strings to null values and unquoted empty strings to empty strings. + null strings to null values and unquoted null strings to empty strings.