Commit 99704436 authored by Bruce Momjian's avatar Bruce Momjian

doc: improve wording of COPY commit 7ec73783

parent 8506a607
...@@ -489,9 +489,8 @@ COPY <replaceable class="parameter">count</replaceable> ...@@ -489,9 +489,8 @@ COPY <replaceable class="parameter">count</replaceable>
<para> <para>
<literal>FORCE_NULL</> and <literal>FORCE_NOT_NULL</> can be used <literal>FORCE_NULL</> and <literal>FORCE_NOT_NULL</> can be used
simultaneously on the same column. This has as result to convert quoted simultaneously on the same column. This results in converting quoted
null strings to null values and to convert unquoted null strings to empty strings to null values and unquoted empty strings to empty strings.
empty strings.
</para> </para>
</refsect1> </refsect1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment