mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Commits83dec5a712
andff402ae11b
taught vacuumdb to reuse passwords instead of prompting repeatedly. However, the docs still warn about repeated prompts, and this improvement was not applied to clusterdb and reindexdb. This commit allows clusterdb and reindexdb to reuse passwords just like vacuumdb does, and it expunges the aforementioned warnings from the docs. Reviewed-by: Gurjeet Singh, Zhang Mingli Discussion: https://postgr.es/m/20230628045741.GA1813397%40nathanxps13
This commit is contained in:
@@ -432,20 +432,6 @@ PostgreSQL documentation
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>Notes</title>
|
||||
|
||||
<para>
|
||||
<application>reindexdb</application> might need to connect several
|
||||
times to the <productname>PostgreSQL</productname> server, asking
|
||||
for a password each time. It is convenient to have a
|
||||
<filename>~/.pgpass</filename> file in such cases. See <xref
|
||||
linkend="libpq-pgpass"/> for more information.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>Examples</title>
|
||||
|
||||
|
@@ -605,19 +605,6 @@ PostgreSQL documentation
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>Notes</title>
|
||||
|
||||
<para>
|
||||
<application>vacuumdb</application> might need to connect several
|
||||
times to the <productname>PostgreSQL</productname> server, asking
|
||||
for a password each time. It is convenient to have a
|
||||
<filename>~/.pgpass</filename> file in such cases. See <xref
|
||||
linkend="libpq-pgpass"/> for more information.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>Examples</title>
|
||||
|
||||
|
Reference in New Issue
Block a user