1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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
This commit is contained in:
Bruce Momjian
2013-06-28 17:27:02 -04:00
parent 5893ffa79c
commit 457d6cf049
2 changed files with 6 additions and 6 deletions

View File

@ -161,8 +161,8 @@
</varlistentry>
<varlistentry>
<term><option>-u</option> <replaceable>user_name</></term>
<term><option>--user=</option><replaceable>user_name</></term>
<term><option>-U</option> <replaceable>user_name</></term>
<term><option>--username=</option><replaceable>user_name</></term>
<listitem><para>cluster's super user name; environment
variable <envar>PGUSER</></para></listitem>
</varlistentry>