diff options
author | Andres Freund | 2019-04-30 23:18:35 +0000 |
---|---|---|
committer | Andres Freund | 2019-04-30 23:20:07 +0000 |
commit | b06a354e381d30e13cef28904bb923896aa4719b (patch) | |
tree | 0e35ea30462b21bfa232de44bf4b1aca3521aa14 | |
parent | a0b5bb6e026a3acf739843b744f3b14d4093450a (diff) |
docs: Fix small copy & paste mistake.
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/ref/insert.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml index 189ce2a0ca..f995a7637f 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> |