mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
docs: Fix small copy & paste mistake.
Author: Justin Pryzby Discussion: https://postgr.es/m/20190418005115.r4mat75wvlski3ij@alap3.anarazel.de
This commit is contained in:
parent
a0b5bb6e02
commit
b06a354e38
@ -554,7 +554,7 @@ INSERT <replaceable>oid</replaceable> <replaceable class="parameter">count</repl
|
|||||||
The <replaceable class="parameter">count</replaceable> is the number of
|
The <replaceable class="parameter">count</replaceable> is the number of
|
||||||
rows inserted or updated. <replaceable>oid</replaceable> is always 0 (it
|
rows inserted or updated. <replaceable>oid</replaceable> is always 0 (it
|
||||||
used to be the <acronym>OID</acronym> assigned to the inserted row if
|
used to be the <acronym>OID</acronym> assigned to the inserted row if
|
||||||
<replaceable>rows</replaceable> was exactly one and the target table was
|
<replaceable>count</replaceable> was exactly one and the target table was
|
||||||
declared <literal>WITH OIDS</literal> and 0 otherwise, but creating a table
|
declared <literal>WITH OIDS</literal> and 0 otherwise, but creating a table
|
||||||
<literal>WITH OIDS</literal> is not supported anymore).
|
<literal>WITH OIDS</literal> is not supported anymore).
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user