pgsql: doc: move system views section to its own chapter - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: move system views section to its own chapter
Date
Msg-id E1oC57Y-000CRE-Ml@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  move system views section to its own chapter

Previously it was inside the system catalogs chapter.

Reported-by: Peter Smith

Discussion: https://postgr.es/m/CAHut+PsMc18QP60D+L0hJBOXrLQT5m88yVaCDyxLq34gfPHsow@mail.gmail.com

Backpatch-through: 15

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5766443695d2ee82c2c4b9a23983c0af4b29711f

Modified Files
--------------
doc/src/sgml/catalogs.sgml     | 4727 ---------------------------------------
doc/src/sgml/filelist.sgml     |    1 +
doc/src/sgml/postgres.sgml     |    1 +
doc/src/sgml/system-views.sgml | 4750 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 4752 insertions(+), 4727 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify the behavior of identically-named savepoints
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: add documentation about ecpg Oracle-compatibility mode