forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6d982e3
committed
Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Commits83dec5a andff402ae taught vacuumdb to reusepasswords instead of prompting repeatedly. However, the docs stillwarn about repeated prompts, and this improvement was not appliedto clusterdb and reindexdb. This commit allows clusterdb andreindexdb to reuse passwords just like vacuumdb does, and itexpunges the aforementioned warnings from the docs.Reviewed-by: Gurjeet Singh, Zhang MingliDiscussion:https://postgr.es/m/20230628045741.GA1813397%40nathanxps131 parente055b6b commit6d982e3
File tree
5 files changed
+3
-30
lines changed- doc/src/sgml/ref
- src
- bin/scripts
- fe_utils
5 files changed
+3
-30
lines changedLines changed: 0 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
443 |
| - | |
444 |
| - | |
445 |
| - | |
446 |
| - | |
447 |
| - | |
448 |
| - | |
449 | 435 |
| |
450 | 436 |
| |
451 | 437 |
| |
|
Lines changed: 0 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
608 |
| - | |
609 |
| - | |
610 |
| - | |
611 |
| - | |
612 |
| - | |
613 |
| - | |
614 |
| - | |
615 |
| - | |
616 |
| - | |
617 |
| - | |
618 |
| - | |
619 |
| - | |
620 |
| - | |
621 | 608 |
| |
622 | 609 |
| |
623 | 610 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 |
| - | |
| 198 | + | |
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 |
| - | |
| 318 | + | |
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
0 commit comments
Comments
(0)