aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2020-05-29 17:14:33 +0900
committerFujii Masao <fujii@postgresql.org>2020-05-29 17:14:33 +0900
commit92f9468657f0916ce8589e13d5ebda60c7973c31 (patch)
treeb0b8f129da36fffb387dd34f4c4b97a409564e85 /doc/src/sgml/ref
parent6a4a335b841520739b7b2f0e608acdf3b814daad (diff)
downloadpostgresql-92f9468657f0916ce8589e13d5ebda60c7973c31.tar.gz
postgresql-92f9468657f0916ce8589e13d5ebda60c7973c31.zip
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
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r--doc/src/sgml/ref/initdb.sgml3
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml
index a04a1801650..63e148833fc 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -219,7 +219,8 @@ PostgreSQL documentation
may incur a noticeable performance penalty. If set, checksums
are calculated for all objects, in all databases. All checksum
failures will be reported in the
- <xref linkend="pg-stat-database-view"/> view.
+ <link linkend="monitoring-pg-stat-database-view">
+ <structname>pg_stat_database</structname></link> view.
</para>
</listitem>
</varlistentry>
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index 12fadabfb86..d31fb1ce920 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -533,7 +533,8 @@ PostgreSQL documentation
in a non-zero exit status. However, the base backup will not be
removed in such a case, as if the <option>--no-clean</option> option
had been used. Checksum verifications failures will also be reported
- in the <xref linkend="pg-stat-database-view"/> view.
+ in the <link linkend="monitoring-pg-stat-database-view">
+ <structname>pg_stat_database</structname></link> view.
</para>
</listitem>
</varlistentry>