| From: | Fujii Masao <fujii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Update the layout of "Viewing Statistics" section. |
| Date: | 2020-05-29 08:15:29 |
| Message-ID: | E1jeaAr-0003Zo-8s@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: Update the layout of "Viewing Statistics" section.
This commit updates the "Viewing Statistics" section more like
the existing catalogs chapter.
- Change its layout so that an introductory paragrap is put above
the table for each statistics view. Previously the explanations
were below the tables.
- Separate each view to different section and add index terms for them.
Author: Fujii Masao
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/6f8a482c-b3fa-4ed9-21c3-6d222a2cb87d@oss.nttdata.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/92f9468657f0916ce8589e13d5ebda60c7973c31
Modified Files
--------------
doc/src/sgml/catalogs.sgml | 5 +-
doc/src/sgml/config.sgml | 19 +-
doc/src/sgml/high-availability.sgml | 6 +-
doc/src/sgml/logical-replication.sgml | 3 +-
doc/src/sgml/logicaldecoding.sgml | 3 +-
doc/src/sgml/monitoring.sgml | 375 ++++++++++++++++++++++++----------
doc/src/sgml/ref/initdb.sgml | 3 +-
doc/src/sgml/ref/pg_basebackup.sgml | 3 +-
doc/src/sgml/sslinfo.sgml | 3 +-
9 files changed, 300 insertions(+), 120 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2020-05-31 01:50:20 | pgsql: Doc: Mention about caveats of --concurrently on reindexdb page |
| Previous Message | Andres Freund | 2020-05-28 22:26:10 | pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in |