pgsql: Doc: fix assorted misstatements of fact in catalog & system view

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix assorted misstatements of fact in catalog & system view
Date: 2020-05-09 23:09:55
Message-ID: E1jXYbT-0003Qe-7l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-05-10 01:59:56 pgsql: Remove smgrdounlink() in smgr.c from the code tree
Previous Message Tom Lane 2020-05-09 20:28:31 pgsql: Fix findoidjoins to recognize oidvector columns.