pgsql: Add -d/--dbname option to pg_dump.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add -d/--dbname option to pg_dump.
Date: 2013-02-25 17:43:28
Message-ID: E1UA25I-0007zf-VS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/691e595dd9c7786d37d73ccd327f8c2b6f0dace6

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 20 ++++++++++++++++++++
src/bin/pg_dump/pg_dump.c | 15 ++++++++++++---
2 files changed, 32 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-02-25 17:53:31 pgsql: Only quote libpq connection string values that need quoting.
Previous Message Andrew Dunstan 2013-02-25 17:23:46 pgsql: Redo MSVC build implementation for pg_xlogdump.