forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit86d216c
committed
pg_dumpall: Include --verbose option in --help output
The -v/--verbose option was not included in the output from --help forpg_dumpall even though it's in the pg_dumpall documentation and hasapparently been around since pg_dumpall was reimplemented in C in 2002.Fix that by adding it.Pointed out by Daniel Westermann.Back-patch to all supported branches.Discussion:https://www.postgresql.org/message-id/2020970042.4589542.1482482101585.JavaMail.zimbra%40dbi-services.com1 parentf3fd531 commit86d216c
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
543 | 543 |
| |
544 | 544 |
| |
545 | 545 |
| |
| 546 | + | |
546 | 547 |
| |
547 | 548 |
| |
548 | 549 |
| |
|
0 commit comments
Comments
(0)