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:
@ -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>
|
||||
|
Reference in New Issue
Block a user