Adjust documentation for vacuumdb --disable-page-skipping
authorMichael Paquier <[email protected]>
Tue, 22 Jan 2019 02:21:07 +0000 (11:21 +0900)
committerMichael Paquier <[email protected]>
Tue, 22 Jan 2019 02:21:07 +0000 (11:21 +0900)
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

doc/src/sgml/ref/vacuumdb.sgml

index da4d51e76359296d154d50206d840499012a7ff1..f304627802e3cd8d096d95e47904eac50ac63f5a 100644 (file)
@@ -106,9 +106,7 @@ PostgreSQL documentation
       <term><option>--disable-page-skipping</option></term>
       <listitem>
        <para>
-        Disable all page-skipping behavior during processing based on
-        the visibility map, similarly to the option
-        <literal>DISABLE_PAGE_SKIPPING</literal> for <command>VACUUM</command>.
+        Disable skipping pages based on the contents of the visibility map.
        </para>
        <note>
         <para>