pgsql: Doc: fix assorted misstatements of fact in catalog & system view - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix assorted misstatements of fact in catalog & system view
Date
Msg-id E1jXYbT-0003Qe-7l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix assorted misstatements of fact in catalog & system view docs.

I made up a very crude hack to compare the docs with reality (as
embodied in the system catalogs) ... and indeed they don't match
everywhere.  Missing oid columns, wrong data types, wrong "references"
links, columns listed in the wrong order.  None of this seems quite
important enough to back-patch.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9356e43544287f1b727e6cb3350f98e35ecea752

Modified Files
--------------
doc/src/sgml/catalogs.sgml           | 77 ++++++++++++++++++++++++++----------
doc/src/sgml/information_schema.sgml |  4 +-
doc/src/sgml/monitoring.sgml         | 14 +++----
3 files changed, 65 insertions(+), 30 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix findoidjoins to recognize oidvector columns.
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove smgrdounlink() in smgr.c from the code tree