diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-07-01 12:09:06 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-07-01 12:09:06 -0400 |
commit | 145b18688c04963efcab8ef3e7e10659bf783eb1 (patch) | |
tree | c3ae87a6337fddac75346fb7e3d588ce6479ab0a /doc/src | |
parent | f5db56fc4d6e95c582b61c99328ea0702b869fa0 (diff) | |
download | postgresql-145b18688c04963efcab8ef3e7e10659bf783eb1.tar.gz postgresql-145b18688c04963efcab8ef3e7e10659bf783eb1.zip |
Doc: remove obsolete description of oid column as being "hidden".
Looks like one copy of this text didn't get updated.
Justin Pryzby
Discussion: https://postgr.es/m/20190701155932.GA22866@telsasoft.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index f2b9d404cb6..09690b6c76b 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -615,7 +615,7 @@ <entry><structfield>oid</structfield></entry> <entry><type>oid</type></entry> <entry></entry> - <entry>Row identifier (hidden attribute; must be explicitly selected)</entry> + <entry>Row identifier</entry> </row> <row> |