pgsql: In pg_dump, show server and pg_dump versions with or without --v - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: In pg_dump, show server and pg_dump versions with or without --v
Date
Msg-id E1X4HwH-0001xV-DZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_dump, show server and pg_dump versions with or without --verbose.

We used to print this information only in verbose mode, but it's argued
that it's useful enough to print always; one reason being that this
provides some documentation about which Postgres versions the dump is
meant to reload into.

Jing Wang, reviewed by Jeevan Chalke

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7700597b34fbb26e377f419271f65be1c13c518f

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c |   17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: allow upgrades for new-only TOAST tables
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix typo in comment.