File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,8 @@ PostgreSQL documentation
248
248
<term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
249
249
<listitem>
250
250
<para>
251
- Specifies the name of the database to connect to to discover which
252
- databases should be clustered,
253
- when <option>-a</option>/<option>--all</option> is used.
251
+ When the <option>-a</option>/<option>--all</option> is used, connect
252
+ to this database to gather the list of databases to cluster.
254
253
If not specified, the <literal>postgres</literal> database will be used,
255
254
or if that does not exist, <literal>template1</literal> will be used.
256
255
This can be a <link linkend="libpq-connstring">connection
Original file line number Diff line number Diff line change @@ -352,9 +352,8 @@ PostgreSQL documentation
352
352
<term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
353
353
<listitem>
354
354
<para>
355
- Specifies the name of the database to connect to to discover which
356
- databases should be reindexed,
357
- when <option>-a</option>/<option>--all</option> is used.
355
+ When the <option>-a</option>/<option>--all</option> is used, connect
356
+ to this database to gather the list of databases to reindex.
358
357
If not specified, the <literal>postgres</literal> database will be used,
359
358
or if that does not exist, <literal>template1</literal> will be used.
360
359
This can be a <link linkend="libpq-connstring">connection
Original file line number Diff line number Diff line change @@ -544,9 +544,8 @@ PostgreSQL documentation
544
544
<term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
545
545
<listitem>
546
546
<para>
547
- Specifies the name of the database to connect to to discover which
548
- databases should be vacuumed,
549
- when <option>-a</option>/<option>--all</option> is used.
547
+ When the <option>-a</option>/<option>--all</option> is used, connect
548
+ to this database to gather the list of databases to vacuum.
550
549
If not specified, the <literal>postgres</literal> database will be used,
551
550
or if that does not exist, <literal>template1</literal> will be used.
552
551
This can be a <link linkend="libpq-connstring">connection
You can’t perform that action at this time.
0 commit comments