From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: move system views section to its own chapter |
Date: | 2022-07-14 20:07:37 |
Message-ID: | E1oC57Y-000CRE-Ml@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2022-07-14 20:20:10 | pgsql: doc: add documentation about ecpg Oracle-compatibility mode |
Previous Message | Bruce Momjian | 2022-07-14 19:44:48 | pgsql: doc: clarify the behavior of identically-named savepoints |