aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-01-22 11:21:07 +0900
committerMichael Paquier <michael@paquier.xyz>2019-01-22 11:21:07 +0900
commitefab708997dcd7a78cce289bcd9d3643a3455465 (patch)
tree6e49c77bde0494101b48ae78d91a3890c406b1c8
parent346ed70b0ad7efc574711a97812692dab4542712 (diff)
downloadpostgresql-efab708997dcd7a78cce289bcd9d3643a3455465.tar.gz
postgresql-efab708997dcd7a78cce289bcd9d3643a3455465.zip
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
-rw-r--r--doc/src/sgml/ref/vacuumdb.sgml4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml
index da4d51e7635..f304627802e 100644
--- a/doc/src/sgml/ref/vacuumdb.sgml
+++ b/doc/src/sgml/ref/vacuumdb.sgml
@@ -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>