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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_dump, show server and pg_dump versions with or without --v
Date: 2014-07-07 23:03:13
Message-ID: E1X4HwH-0001xV-DZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-07-08 01:38:36 pgsql: Fix typo in comment.
Previous Message Bruce Momjian 2014-07-07 17:24:16 pgsql: pg_upgrade: allow upgrades for new-only TOAST tables