From b06a354e381d30e13cef28904bb923896aa4719b Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Tue, 30 Apr 2019 16:18:35 -0700 Subject: [PATCH] docs: Fix small copy & paste mistake. Author: Justin Pryzby Discussion: https://postgr.es/m/20190418005115.r4mat75wvlski3ij@alap3.anarazel.de --- doc/src/sgml/ref/insert.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 oid countcount is the number of rows inserted or updated. oid is always 0 (it used to be the OID assigned to the inserted row if - rows was exactly one and the target table was + count was exactly one and the target table was declared WITH OIDS and 0 otherwise, but creating a table WITH OIDS is not supported anymore). -- 2.40.0