From fcd6279d0681093e8741cc5a05879afc95751c40 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Tue, 2 Apr 2019 19:13:55 -0500 Subject: [PATCH v3] Cleanup/remove/update references to OID column... ..in wake of 578b229718e8f. See also 93507e67c9ca54026019ebec3026de35d30370f9 1464755fc490a9911214817fe83077a3689250ab Author: Justin Pryzby Author: Daniel Verite --- doc/src/sgml/information_schema.sgml | 4 ++-- doc/src/sgml/ref/insert.sgml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 234a3bb..9c618b1 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1312,8 +1312,8 @@ The view columns contains information about all table columns (or view columns) in the database. System columns - (ctid, etc.) are not included. Only those columns are - shown that the current user has access to (by way of being the + (ctid, etc.) are not included. The only columns shown + are those to which the current user has access (by way of being the owner or having some privilege). diff --git a/doc/src/sgml/ref/insert.sgml b/doc/src/sgml/ref/insert.sgml index 189ce2a..f995a76 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.7.4