diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-04-22 19:16:54 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-04-22 19:16:54 -0400 |
commit | 9970443640b4569cf72b3c8e84abe80bdf533c7f (patch) | |
tree | 0ecce3d6f7fed4ee04c8b793ea3a13188da59238 /doc/src | |
parent | 8506a607a3b261576240d09f1ed4abfb2dba1635 (diff) | |
download | postgresql-9970443640b4569cf72b3c8e84abe80bdf533c7f.tar.gz postgresql-9970443640b4569cf72b3c8e84abe80bdf533c7f.zip |
doc: improve wording of COPY commit 7ec73783d88a743799b0c262f1235f772497fb1d
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index b100f8bdf79..5a5d177ef84 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -489,9 +489,8 @@ COPY <replaceable class="parameter">count</replaceable> <para> <literal>FORCE_NULL</> and <literal>FORCE_NOT_NULL</> can be used - simultaneously on the same column. This has as result to convert quoted - null strings to null values and to convert unquoted null strings to - empty strings. + simultaneously on the same column. This results in converting quoted + empty strings to null values and unquoted empty strings to empty strings. </para> </refsect1> |