1
0
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:
Bruce Momjian
2014-08-04 11:56:16 -04:00
parent b4bd6f6b05
commit ee646df59a
3 changed files with 25 additions and 30 deletions

View File

@ -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>