]> granicus.if.org Git - postgresql/commit
In pg_dump, show server and pg_dump versions with or without --verbose.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Jul 2014 23:02:45 +0000 (19:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Jul 2014 23:02:45 +0000 (19:02 -0400)
commit7700597b34fbb26e377f419271f65be1c13c518f
treebf8dbd3081315ab6c23090b070004262ff5f6b4d
parent3088cc37044a303fc50857d8d9e7e44b5c250642
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
src/bin/pg_dump/pg_backup_archiver.c