pgsql: Adjust documentation for vacuumdb --disable-page-skipping

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust documentation for vacuumdb --disable-page-skipping
Date: 2019-01-22 02:24:09
Message-ID: E1glljV-0008BX-Nh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust documentation for vacuumdb --disable-page-skipping

This makes the description more consistent with the other options, and
the mapping with VACUUM is intuitive.

Author: Nathan Bossart
Discussion: https://postgr.es/m/FFE5373C-E26A-495B-B5C8-911EC4A41C5E@amazon.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/efab708997dcd7a78cce289bcd9d3643a3455465

Modified Files
--------------
doc/src/sgml/ref/vacuumdb.sgml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-01-22 04:19:24 pgsql: Avoid thread-safety problem in ecpglib.
Previous Message Andres Freund 2019-01-22 01:44:00 pgsql: Rename RelationData.rd_amroutine to rd_indam.