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