@@ -110,10 +110,10 @@ pg_autovacuum has the following optional arguments:
110110-D daemonize: Detach from tty and run in background.
111111-s sleep base value: see "Sleeping" below.
112112-S sleep scaling factor: see "Sleeping" below.
113- -v vacuum base threshold: see Vacuum and Analyze.
114- -V vacuum scaling factor: see Vacuum and Analyze.
115- -a analyze base threshold: see Vacuum and Analyze.
116- -A analyze scaling factor: see Vacuum and Analyze.
113+ -v vacuum base threshold: see" Vacuum and Analyze" below .
114+ -V vacuum scaling factor: see" Vacuum and Analyze" below .
115+ -a analyze base threshold: see" Vacuum and Analyze" below .
116+ -A analyze scaling factor: see" Vacuum and Analyze" below .
117117-L log file: Name of file to which output is submitted, otherwise STDERR
118118-U username: Username pg_autovacuum will use to connect with, if not
119119 specified the current username is used.
@@ -129,7 +129,7 @@ the time of writing they are:
129129-v 1000
130130-V 2
131131-a 500 (half of -v if not specified)
132- -A 1 (half of -v if not specified)
132+ -A 1 (half of -V if not specified)
133133-s 300 (5 minutes)
134134-S 2
135135