mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
pg_upgrade: assume user is install user
The user specified to the upgrade was effectively the install user, but that was not clearly stated in the comments, documentation, or error messages.
This commit is contained in:
@ -164,7 +164,7 @@
|
||||
<varlistentry>
|
||||
<term><option>-U</option> <replaceable>username</></term>
|
||||
<term><option>--username=</option><replaceable>username</></term>
|
||||
<listitem><para>cluster's super user name; environment
|
||||
<listitem><para>cluster's install user name; environment
|
||||
variable <envar>PGUSER</></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
Reference in New Issue
Block a user