diff options
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 7bfbc871098..574837889b3 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -6989,7 +6989,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; </para> <para> - The value can range from <literal>0</literal> to <literal>100</literal>. + The value should be non-negative. When <varname>vacuum_cleanup_index_scale_factor</varname> is set to <literal>0</literal>, index scans are never skipped during <command>VACUUM</command> cleanup. The default value is <literal>0.1</literal>. |