Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b06a354

Browse files
committed
docs: Fix small copy & paste mistake.
Author: Justin Pryzby Discussion: https://postgr.es/m/20190418005115.r4mat75wvlski3ij@alap3.anarazel.de
1 parent a0b5bb6 commit b06a354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/insert.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ INSERT <replaceable>oid</replaceable> <replaceable class="parameter">count</repl
554554
The <replaceable class="parameter">count</replaceable> is the number of
555555
rows inserted or updated. <replaceable>oid</replaceable> is always 0 (it
556556
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
557+
<replaceable>count</replaceable> was exactly one and the target table was
558558
declared <literal>WITH OIDS</literal> and 0 otherwise, but creating a table
559559
<literal>WITH OIDS</literal> is not supported anymore).
560560
</para>

0 commit comments

Comments
 (0)