aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-04-22 20:33:12 -0400
committerBruce Momjian <bruce@momjian.us>2014-04-22 20:33:12 -0400
commit2362c2bd234f01935336208fe2924c986564baa9 (patch)
tree16424c9570f3a67ecafb2121daf860067e0c55b0 /doc/src
parent9970443640b4569cf72b3c8e84abe80bdf533c7f (diff)
downloadpostgresql-2362c2bd234f01935336208fe2924c986564baa9.tar.gz
postgresql-2362c2bd234f01935336208fe2924c986564baa9.zip
doc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f for "null string"
Report by Andrew Dunstan
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/copy.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 5a5d177ef84..b9c3eb4a732 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -490,7 +490,7 @@ COPY <replaceable class="parameter">count</replaceable>
<para>
<literal>FORCE_NULL</> and <literal>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.
</para>
</refsect1>