diff options
| author | Andres Freund <andres@anarazel.de> | 2019-04-17 17:22:56 -0700 |
|---|---|---|
| committer | Andres Freund <andres@anarazel.de> | 2019-04-17 17:22:56 -0700 |
| commit | f6b39171f3d65155b9390c2c69bc5b3469f923a8 (patch) | |
| tree | 21e37931cc9dfcb35140ebe9fb596cd858fb75ee /doc/src/sgml/information_schema.sgml | |
| parent | 421a2c48328c88eb31f6b29979218f0a350bb739 (diff) | |
| download | postgresql-f6b39171f3d65155b9390c2c69bc5b3469f923a8.tar.gz | |
docs: cleanup/remove/update references to OID column.
I (Andres) missed these in 578b229718e8f.
Author: Justin Pryzby, editorialized a bit by Andres Freund
Reviewed-By: Daniel Verite, Andres Freund
Discussion: https://postgr.es/m/20190408002847.GA904@telsasoft.com
Diffstat (limited to 'doc/src/sgml/information_schema.sgml')
| -rw-r--r-- | doc/src/sgml/information_schema.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 1321ade44a..234a3bb6d1 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1312,7 +1312,7 @@ <para> The view <literal>columns</literal> contains information about all table columns (or view columns) in the database. System columns - (<literal>oid</literal>, etc.) are not included. Only those columns are + (<literal>ctid</literal>, etc.) are not included. Only those columns are shown that the current user has access to (by way of being the owner or having some privilege). </para> |
