summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgupgrade.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-06-28 17:27:02 -0400
committerBruce Momjian <bruce@momjian.us>2013-06-28 17:27:43 -0400
commit457d6cf049c57cabe9b46ea13f26138040a214ec (patch)
tree5e80011e2462512e97ab42fee68009e3980d772c /doc/src/sgml/pgupgrade.sgml
parent5893ffa79c03824f34ae3d37f211381fd1c17283 (diff)
downloadpostgresql-457d6cf049c57cabe9b46ea13f26138040a214ec.tar.gz
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
Diffstat (limited to 'doc/src/sgml/pgupgrade.sgml')
-rw-r--r--doc/src/sgml/pgupgrade.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml
index 62856f1df8..a896565641 100644
--- a/doc/src/sgml/pgupgrade.sgml
+++ b/doc/src/sgml/pgupgrade.sgml
@@ -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>