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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
