mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Doc: reword text explaining the --maintenance-db option
The previous text was a little clumsy. Here we improve that. Author: David Rowley <dgrowleyml@gmail.com> Reported-by: Noboru Saito <noborusai@gmail.com> Reviewed-by: David G. Johnston <david.g.johnston@gmail.com> Discussion: https://postgr.es/m/CAAM3qnJtv5YbjpwDfVOYN2gZ9zGSLFM1UGJgptSXmwfifOZJFQ@mail.gmail.com Backpatch-through: 13
This commit is contained in:
		@@ -249,9 +249,8 @@ PostgreSQL documentation
 | 
				
			|||||||
      <term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
 | 
					      <term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
 | 
				
			||||||
      <listitem>
 | 
					      <listitem>
 | 
				
			||||||
       <para>
 | 
					       <para>
 | 
				
			||||||
        Specifies the name of the database to connect to to discover which
 | 
					        When the <option>-a</option>/<option>--all</option> is used, connect
 | 
				
			||||||
        databases should be clustered,
 | 
					        to this database to gather the list of databases to cluster.
 | 
				
			||||||
        when <option>-a</option>/<option>--all</option> is used.
 | 
					 | 
				
			||||||
        If not specified, the <literal>postgres</literal> database will be used,
 | 
					        If not specified, the <literal>postgres</literal> database will be used,
 | 
				
			||||||
        or if that does not exist, <literal>template1</literal> will be used.
 | 
					        or if that does not exist, <literal>template1</literal> will be used.
 | 
				
			||||||
        This can be a <link linkend="libpq-connstring">connection
 | 
					        This can be a <link linkend="libpq-connstring">connection
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -361,9 +361,8 @@ PostgreSQL documentation
 | 
				
			|||||||
      <term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
 | 
					      <term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
 | 
				
			||||||
      <listitem>
 | 
					      <listitem>
 | 
				
			||||||
       <para>
 | 
					       <para>
 | 
				
			||||||
        Specifies the name of the database to connect to to discover which
 | 
					        When the <option>-a</option>/<option>--all</option> is used, connect
 | 
				
			||||||
        databases should be reindexed,
 | 
					        to this database to gather the list of databases to reindex.
 | 
				
			||||||
        when <option>-a</option>/<option>--all</option> is used.
 | 
					 | 
				
			||||||
        If not specified, the <literal>postgres</literal> database will be used,
 | 
					        If not specified, the <literal>postgres</literal> database will be used,
 | 
				
			||||||
        or if that does not exist, <literal>template1</literal> will be used.
 | 
					        or if that does not exist, <literal>template1</literal> will be used.
 | 
				
			||||||
        This can be a <link linkend="libpq-connstring">connection
 | 
					        This can be a <link linkend="libpq-connstring">connection
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -534,9 +534,8 @@ PostgreSQL documentation
 | 
				
			|||||||
      <term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
 | 
					      <term><option>--maintenance-db=<replaceable class="parameter">dbname</replaceable></option></term>
 | 
				
			||||||
      <listitem>
 | 
					      <listitem>
 | 
				
			||||||
       <para>
 | 
					       <para>
 | 
				
			||||||
        Specifies the name of the database to connect to to discover which
 | 
					        When the <option>-a</option>/<option>--all</option> is used, connect
 | 
				
			||||||
        databases should be vacuumed,
 | 
					        to this database to gather the list of databases to vacuum.
 | 
				
			||||||
        when <option>-a</option>/<option>--all</option> is used.
 | 
					 | 
				
			||||||
        If not specified, the <literal>postgres</literal> database will be used,
 | 
					        If not specified, the <literal>postgres</literal> database will be used,
 | 
				
			||||||
        or if that does not exist, <literal>template1</literal> will be used.
 | 
					        or if that does not exist, <literal>template1</literal> will be used.
 | 
				
			||||||
        This can be a <link linkend="libpq-connstring">connection
 | 
					        This can be a <link linkend="libpq-connstring">connection
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user