1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

doc: Fix typos and other minor issues

Author: Alexander Lakhin <exclusion@gmail.com>
This commit is contained in:
Peter Eisentraut
2017-09-01 23:34:12 -04:00
parent 51daa7bdb3
commit afc58affb6
11 changed files with 14 additions and 13 deletions

View File

@@ -482,7 +482,7 @@ COPY <replaceable class="parameter">count</replaceable>
<para>
For identity columns, the <command>COPY FROM</command> command will always
write the column values provided in the input data, like
the <command>INPUT</command> option <literal>OVERRIDING SYSTEM
the <command>INSERT</command> option <literal>OVERRIDING SYSTEM
VALUE</literal>.
</para>