Thread: pgsql: pg_upgrade: change -u to -U, for consistency

pgsql: pg_upgrade: change -u to -U, for consistency

From
Bruce Momjian
Date:
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(-)