We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97c55c commit 46596f8Copy full SHA for 46596f8
doc/src/sgml/ref/insert.sgml
@@ -227,8 +227,9 @@ INSERT INTO <replaceable class="PARAMETER">table_name</replaceable> [ AS <replac
227
This clause is useful for example when copying values between tables.
228
Writing <literal>INSERT INTO tbl2 OVERRIDING USER VALUE SELECT * FROM
229
tbl1</literal> will copy from <literal>tbl1</literal> all columns that
230
- are not identity columns in <literal>tbl2</literal> but will continue
231
- the sequence counters for any identity columns.
+ are not identity columns in <literal>tbl2</literal> while values for
+ the identity columns in <literal>tbl2</literal> will be generated by
232
+ the sequences associated with <literal>tbl2</literal>.
233
</para>
234
</listitem>
235
</varlistentry>
0 commit comments