postgresql/src/bin/scripts
Nathan Bossart 6d982e3b3b Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Commits 83dec5a712 and ff402ae11b 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
2023-07-28 10:07:44 -07:00
..
po Translation updates 2023-06-26 12:02:02 +02:00
t Handle DROP DATABASE getting interrupted 2023-07-13 13:03:28 -07:00
.gitignore Remove createlang and droplang 2017-03-23 14:16:45 -04:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
clusterdb.c Harmonize password reuse in vacuumdb, clusterdb, and reindexdb. 2023-07-28 10:07:44 -07:00
common.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
common.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
createdb.c CREATE DATABASE: make LOCALE apply to all collation providers. 2023-06-16 10:27:32 -07:00
createuser.c Document deprecated createuser option. 2023-05-23 19:35:05 -07:00
dropdb.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
dropuser.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
pg_isready.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
reindexdb.c Harmonize password reuse in vacuumdb, clusterdb, and reindexdb. 2023-07-28 10:07:44 -07:00
vacuumdb.c Handle DROP DATABASE getting interrupted 2023-07-13 13:03:28 -07:00