aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2019-04-30 16:18:35 -0700
committerAndres Freund <andres@anarazel.de>2019-04-30 16:20:07 -0700
commitb06a354e381d30e13cef28904bb923896aa4719b (patch)
tree0e35ea30462b21bfa232de44bf4b1aca3521aa14 /doc/src
parenta0b5bb6e026a3acf739843b744f3b14d4093450a (diff)
downloadpostgresql-b06a354e381d30e13cef28904bb923896aa4719b.tar.gz
postgresql-b06a354e381d30e13cef28904bb923896aa4719b.zip
docs: Fix small copy & paste mistake.
Author: Justin Pryzby Discussion: https://postgr.es/m/20190418005115.r4mat75wvlski3ij@alap3.anarazel.de
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/insert.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml
index 189ce2a0caa..f995a7637f1 100644
--- a/doc/src/sgml/ref/insert.sgml
+++ b/doc/src/sgml/ref/insert.sgml
@@ -554,7 +554,7 @@ INSERT <replaceable>oid</replaceable> <replaceable class="parameter">count</repl
The <replaceable class="parameter">count</replaceable> is the number of
rows inserted or updated. <replaceable>oid</replaceable> is always 0 (it
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
<literal>WITH OIDS</literal> is not supported anymore).
</para>