mirror of
https://github.com/postgres/postgres.git
synced 2026-07-04 23:35:51 -04:00
doc: improve wording of COPY commit 7ec73783d8
This commit is contained in:
parent
8506a607a3
commit
9970443640
1 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue