Обсуждение: pgsql: Doc: fix assorted misstatements of fact in catalog & system view

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)