]> granicus.if.org Git - postgresql/commit
Add -d/--dbname option to pg_dump.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 25 Feb 2013 17:39:04 +0000 (19:39 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 25 Feb 2013 17:39:04 +0000 (19:39 +0200)
commit691e595dd9c7786d37d73ccd327f8c2b6f0dace6
treea8fc34b3368316b469d381cfa6d203eb4ff57ae2
parenta64e33f030f3ba379a0d3e22fe6bcda9dc3bbc60
Add -d/--dbname option to pg_dump.

You could already pass a database name just by passing it as the last
option, without -d. This is an alias for that, like the -d/--dbname option
in psql and many other client applications. For consistency.
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_dump.c