From fb771f9086aab3018b652e1d8e5207208311bb23 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 28 Jun 2013 18:01:46 -0400 Subject: pg_upgrade: trim down --help and doc option descriptions Previous code had old/new prefixes on option values, e.g. --old-datadir=OLDDATADIR. Remove them, for simplicity; now: --old-datadir=DATADIR. Also update docs to do the same. --- doc/src/sgml/pgupgrade.sgml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index a8965656419..d1677d45e9f 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -79,15 +79,15 @@ - old_bindir - old_bindir + bindir + bindir the old cluster executable directory; environment variable PGBINOLD - new_bindir - new_bindir + bindir + bindir the new cluster executable directory; environment variable PGBINNEW @@ -99,15 +99,15 @@ - old_datadir - old_datadir + datadir + datadir the old cluster data directory; environment variable PGDATAOLD - new_datadir - new_datadir + datadir + datadir the new cluster data directory; environment variable PGDATANEW @@ -140,15 +140,15 @@ - old_port_number - old_portnum + port + port the old cluster port number; environment variable PGPORTOLD - new_port_number - new_portnum + port + port the new cluster port number; environment variable PGPORTNEW @@ -161,8 +161,8 @@ - user_name - user_name + username + username cluster's super user name; environment variable PGUSER -- cgit v1.2.3