pgsql: Simplify the example of VACUUM in documentation.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify the example of VACUUM in documentation.
Date: 2017-03-30 16:41:11
Message-ID: E1ctd8J-0006z2-Om@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify the example of VACUUM in documentation.

Previously a detailed activity report by VACUUM VERBOSE ANALYZE was
described as an example of VACUUM in docs. But it had been obsolete
for a long time. For example, commit feb4f44d296b88b7f0723f4a4f3945a371276e0b
updated the content of that activity report in 2003, but we had
forgotten to update the example.

So basically we need to update the example. But since no one cared
about the details of VACUUM output and complained about that mistake
for such long time, per discussion on hackers, we decided to get rid
of the detailed activity report from the example and simplify it.

Back-patch to all supported versions.

Reported by Masahiko Sawada, patch by me.
Discussion: https://postgr.es/m/CAD21AoAGA2pB3p-CWmTkxBsbkZS1bcDGBLcYVcvcDxspG_XAfA@mail.gmail.com

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/75eea8d7f54b922ab13ac96ab3d751f61c21d487

Modified Files
--------------
doc/src/sgml/ref/vacuum.sgml | 33 +++------------------------------
1 file changed, 3 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-03-30 16:42:21 pgsql: Try to fix xml docs build broken in 5ded4bd.
Previous Message Fujii Masao 2017-03-30 16:40:57 pgsql: Simplify the example of VACUUM in documentation.