We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8506a60 commit 9970443Copy full SHA for 9970443
doc/src/sgml/ref/copy.sgml
@@ -489,9 +489,8 @@ COPY <replaceable class="parameter">count</replaceable>
489
490
<para>
491
<literal>FORCE_NULL</> and <literal>FORCE_NOT_NULL</> can be used
492
- simultaneously on the same column. This has as result to convert quoted
493
- null strings to null values and to convert unquoted null strings to
494
- empty strings.
+ simultaneously on the same column. This results in converting quoted
+ empty strings to null values and unquoted empty strings to empty strings.
495
</para>
496
497
</refsect1>
0 commit comments