We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b5bb6 commit b06a354Copy full SHA for b06a354
doc/src/sgml/ref/insert.sgml
@@ -554,7 +554,7 @@ INSERT <replaceable>oid</replaceable> <replaceable class="parameter">count</repl
554
The <replaceable class="parameter">count</replaceable> is the number of
555
rows inserted or updated. <replaceable>oid</replaceable> is always 0 (it
556
used to be the <acronym>OID</acronym> assigned to the inserted row if
557
- <replaceable>rows</replaceable> was exactly one and the target table was
+ <replaceable>count</replaceable> was exactly one and the target table was
558
declared <literal>WITH OIDS</literal> and 0 otherwise, but creating a table
559
<literal>WITH OIDS</literal> is not supported anymore).
560
</para>
0 commit comments