[COMMITTERS] pgsql: pg_dumpall: Include --verbose option in --help output - Mailing list pgsql-committers

From Stephen Frost
Subject [COMMITTERS] pgsql: pg_dumpall: Include --verbose option in --help output
Date
Msg-id E1cKg49-0006sh-62@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_dumpall: Include --verbose option in --help output

The -v/--verbose option was not included in the output from --help for
pg_dumpall even though it's in the pg_dumpall documentation and has
apparently 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.com

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d51af6570520a457a2177edb6df0471c492c3bc0

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULTPRIVILEGES
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix incorrect error reporting for duplicate data in\crosstabvie