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 @@ -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 @@ -361,9 +361,8 @@ PostgreSQL documentation
361
361
<term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
362
362
<listitem>
363
363
<para>
364
- Specifies the name of the database to connect to to discover which
365
- databases should be reindexed,
366
- when <option>-a</option>/<option>--all</option> is used.
364
+ When the <option>-a</option>/<option>--all</option> is used, connect
365
+ to this database to gather the list of databases to reindex.
367
366
If not specified, the <literal>postgres</literal> database will be used,
368
367
or if that does not exist, <literal>template1</literal> will be used.
369
368
This can be a <link linkend="libpq-connstring">connection
Original file line number Diff line number Diff line change @@ -508,9 +508,8 @@ PostgreSQL documentation
508
508
<term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
509
509
<listitem>
510
510
<para>
511
- Specifies the name of the database to connect to to discover which
512
- databases should be vacuumed,
513
- when <option>-a</option>/<option>--all</option> is used.
511
+ When the <option>-a</option>/<option>--all</option> is used, connect
512
+ to this database to gather the list of databases to vacuum.
514
513
If not specified, the <literal>postgres</literal> database will be used,
515
514
or if that does not exist, <literal>template1</literal> will be used.
516
515
This can be a <link linkend="libpq-connstring">connection
You can’t perform that action at this time.
0 commit comments