]> granicus.if.org Git - postgresql/commit
Add -d option to pg_dumpall, for specifying a connection string.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 25 Feb 2013 17:39:10 +0000 (19:39 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 25 Feb 2013 17:39:10 +0000 (19:39 +0200)
commit3dee636e0404885d07885d41c0d70e50c784f324
tree637e92abf074bf3e9ed980bfa808925b87027eb7
parent691e595dd9c7786d37d73ccd327f8c2b6f0dace6
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.
doc/src/sgml/ref/pg_dumpall.sgml
src/bin/pg_dump/pg_dumpall.c