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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: fix assorted misstatements of fact in catalog & system view
Дата
Msg-id E1jXYbT-0003Qe-7l@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix findoidjoins to recognize oidvector columns.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove smgrdounlink() in smgr.c from the code tree