pgsql: pg_upgrade: change -u to -U, for consistency - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: change -u to -U, for consistency
Date
Msg-id E1UsgCx-0003uo-S3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_upgrade:  change -u to -U, for consistency
Change -u (user) option to -U, for consistency with other tools like
pg_dump and psql.  Also expand --user to --username, again for
consistency.
BACKWARD INCOMPATIBILITY

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/457d6cf049c57cabe9b46ea13f26138040a214ec

Modified Files
--------------
contrib/pg_upgrade/option.c |    8 ++++----
doc/src/sgml/pgupgrade.sgml |    4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Make the OVER keyword unreserved.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Send SIGKILL to children if they don't die quickly in immediate