Add -d option to pg_dumpall, for specifying a connection string. Like with pg_basebackup and pg_receivexlog, it's a bit strange to call the option -d/--dbname, when in fact you cannot pass a database name in it.
Original patch by Amit Kapila, heavily modified by me. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/3dee636e0404885d07885d41c0d70e50c784f324 Modified Files -------------- doc/src/sgml/ref/pg_dumpall.sgml | 19 ++++ src/bin/pg_dump/pg_dumpall.c | 209 ++++++++++++++++++++++++++++++-------- 2 files changed, 184 insertions(+), 44 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
