File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1171,8 +1171,8 @@ help(const char *progname)
1171
1171
printf (_ (" --no-process-main skip the main relation\n" ));
1172
1172
printf (_ (" --no-process-toast skip the TOAST table associated with the table to vacuum\n" ));
1173
1173
printf (_ (" --no-truncate don't truncate empty pages at the end of the table\n" ));
1174
- printf (_ (" -n, --schema=PATTERN vacuum tables in the specified schema(s) only\n" ));
1175
- printf (_ (" -N, --exclude-schema=PATTERN do not vacuum tables in the specified schema(s)\n" ));
1174
+ printf (_ (" -n, --schema=SCHEMA vacuum tables in the specified schema(s) only\n" ));
1175
+ printf (_ (" -N, --exclude-schema=SCHEMA do not vacuum tables in the specified schema(s)\n" ));
1176
1176
printf (_ (" -P, --parallel=PARALLEL_WORKERS use this many background workers for vacuum, if available\n" ));
1177
1177
printf (_ (" -q, --quiet don't write any messages\n" ));
1178
1178
printf (_ (" --skip-locked skip relations that cannot be immediately locked\n" ));
You can’t perform that action at this time.
0 commit comments