pgsql: Doc: Fix and tweak documentation for ANALYZE reporting

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix and tweak documentation for ANALYZE reporting
Date: 2020-01-23 08:06:00
Message-ID: E1iuXV2-0002Lc-Gu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix and tweak documentation for ANALYZE reporting

The docs had some typos and grammar mistakes, and its indentation was
inconsistent.

Author: Amit Langote, Justin Pryzby
Discussion: https://postgr.es/m/20200116151930.GM26045@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5ba40b62318e4d941497333b72d589420a48d82f

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 106 ++++++++++++++++++++++---------------------
1 file changed, 54 insertions(+), 52 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-01-23 16:07:22 pgsql: Improve psql's tab completion for filenames.
Previous Message Michael Paquier 2020-01-23 06:57:06 pgsql: Clarify some comments in vacuumlazy.c