Commit 2362c2bd authored by Bruce Momjian's avatar Bruce Momjian

doc: adjust 99704436 for "null string"

Report by Andrew Dunstan
parent 99704436
...@@ -490,7 +490,7 @@ COPY <replaceable class="parameter">count</replaceable> ...@@ -490,7 +490,7 @@ 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 results in converting quoted 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> </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