mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Commits83dec5a712andff402ae11btaught 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:
@@ -25,7 +25,7 @@
|
||||
*
|
||||
* If allow_password_reuse is true, we will try to re-use any password
|
||||
* given during previous calls to this routine. (Callers should not pass
|
||||
* allow_password_reuse=true unless reconnecting to the same database+user
|
||||
* allow_password_reuse=true unless reconnecting to the same host+port+user
|
||||
* as before, else we might create password exposure hazards.)
|
||||
*/
|
||||
PGconn *
|
||||
|
||||
Reference in New Issue
Block a user