diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml
index 5b42fa85aa9..c41068f074e 100644
--- a/doc/src/sgml/pgupgrade.sgml
+++ b/doc/src/sgml/pgupgrade.sgml
@@ -58,13 +58,13 @@
old_bindir>
- OLDBINDIR>
+ OLDBINDIR>specify the old cluster executable directorynew_bindir>
- NEWBINDIR>
+ NEWBINDIR>specify the new cluster executable directory
@@ -76,13 +76,13 @@
old_datadir>
- OLDDATADIR>
+ OLDDATADIR>specify the old cluster data directorynew_datadir>
- NEWDATADIR>
+ NEWDATADIR>specify the new cluster data directory
@@ -94,7 +94,7 @@
debug_filename>
- DEBUGFILENAME>
+ DEBUGFILENAME>output debugging activity to file
@@ -106,25 +106,25 @@
log_filename>
- LOGFILENAME>
+ LOGFILENAME>log session activity to fileold_portnum>
- portnum>
+ portnum>specify the old cluster port numbernew_portnum>
- portnum>
+ portnum>specify the new cluster port numberusername>
- username>
+ username>clusters superuser
diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml
index 5ce3a41fc77..081f398706d 100644
--- a/doc/src/sgml/ref/clusterdb.sgml
+++ b/doc/src/sgml/ref/clusterdb.sgml
@@ -77,7 +77,7 @@ PostgreSQL documentation
-
+
Specifies the name of the database to be clustered.
@@ -113,7 +113,7 @@ PostgreSQL documentation
-
+
Cluster table only.
@@ -162,7 +162,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the server is
@@ -174,7 +174,7 @@ PostgreSQL documentation
-
+
Specifies the TCP port or local Unix domain socket file
@@ -186,7 +186,7 @@ PostgreSQL documentation
-
+
User name to connect as.
diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml
index 633881d6f7b..7cbf56506da 100644
--- a/doc/src/sgml/ref/createdb.sgml
+++ b/doc/src/sgml/ref/createdb.sgml
@@ -87,7 +87,7 @@ PostgreSQL documentation
-
+
Specifies the default tablespace for the database.
@@ -108,7 +108,7 @@ PostgreSQL documentation
-
+
Specifies the locale to be used in this database. This is equivalent
@@ -118,7 +118,7 @@ PostgreSQL documentation
-
+
Specifies the LC_COLLATE setting to be used in this database.
@@ -127,7 +127,7 @@ PostgreSQL documentation
-
+
Specifies the LC_CTYPE setting to be used in this database.
@@ -137,7 +137,7 @@ PostgreSQL documentation
-
+
Specifies the character encoding scheme to be used in this
@@ -150,7 +150,7 @@ PostgreSQL documentation
-
+
Specifies the database user who will own the new database.
@@ -160,7 +160,7 @@ PostgreSQL documentation
-
+
Specifies the template database from which to build this database.
@@ -207,7 +207,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the
@@ -219,7 +219,7 @@ PostgreSQL documentation
-
+
Specifies the TCP port or the local Unix domain socket file
@@ -230,7 +230,7 @@ PostgreSQL documentation
-
+
User name to connect as.
diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml
index 0bc1976c15e..f01f2983228 100644
--- a/doc/src/sgml/ref/createlang.sgml
+++ b/doc/src/sgml/ref/createlang.sgml
@@ -77,7 +77,7 @@ PostgreSQL documentation
-
+
Specifies the database to which the language should be added.
@@ -138,7 +138,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the
@@ -151,7 +151,7 @@ PostgreSQL documentation
-
+
Specifies the TCP port or local Unix domain socket file
@@ -163,7 +163,7 @@ PostgreSQL documentation
-
+
User name to connect as.
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml
index fbc184f4c82..0c47fb49971 100644
--- a/doc/src/sgml/ref/createuser.sgml
+++ b/doc/src/sgml/ref/createuser.sgml
@@ -78,7 +78,7 @@ PostgreSQL documentation
-
+
Set a maximum number of connections for the new user.
@@ -276,7 +276,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the
@@ -289,7 +289,7 @@ PostgreSQL documentation
-
+
Specifies the TCP port or local Unix domain socket file
@@ -301,7 +301,7 @@ PostgreSQL documentation
-
+
User name to connect as (not the user name to create).
diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml
index c169d7fcd46..1aa76cdb57b 100644
--- a/doc/src/sgml/ref/dropdb.sgml
+++ b/doc/src/sgml/ref/dropdb.sgml
@@ -118,7 +118,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the
@@ -131,7 +131,7 @@ PostgreSQL documentation
-
+
Specifies the TCP port or local Unix domain socket file
@@ -143,7 +143,7 @@ PostgreSQL documentation
-
+
User name to connect as.
diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml
index 810c78e5215..0ad640b0b47 100644
--- a/doc/src/sgml/ref/droplang.sgml
+++ b/doc/src/sgml/ref/droplang.sgml
@@ -79,7 +79,7 @@ PostgreSQL documentation
-
+
Specifies from which database the language should be removed.
@@ -140,7 +140,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the
@@ -153,7 +153,7 @@ PostgreSQL documentation
-
+
Specifies the Internet TCP/IP port or local Unix domain socket file
@@ -165,7 +165,7 @@ PostgreSQL documentation
-
+
User name to connect as.
diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml
index 07866128200..3089a219543 100644
--- a/doc/src/sgml/ref/dropuser.sgml
+++ b/doc/src/sgml/ref/dropuser.sgml
@@ -119,7 +119,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the
@@ -132,7 +132,7 @@ PostgreSQL documentation
-
+
Specifies the TCP port or local Unix domain socket file
@@ -144,7 +144,7 @@ PostgreSQL documentation
-
+
User name to connect as (not the user name to drop).
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index baefb578826..24e8ee0a368 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -74,7 +74,7 @@ PostgreSQL documentation
-
+
Specifies that psql is to execute one
@@ -107,7 +107,7 @@ PostgreSQL documentation
-
+
Specifies the name of the database to connect to. This is
@@ -151,7 +151,7 @@ PostgreSQL documentation
-
+
Use the file filename
@@ -183,7 +183,7 @@ PostgreSQL documentation
-
+
Use separator as the
@@ -195,7 +195,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the
@@ -232,7 +232,7 @@ PostgreSQL documentation
-
+
Write all query output into file
-
+
Put all query output into file
-
+
Specifies the TCP port or the local Unix-domain
@@ -281,7 +281,7 @@ PostgreSQL documentation
-
+
Specifies printing options, in the style of
@@ -310,7 +310,7 @@ PostgreSQL documentation
-
+
Use separator as the
@@ -365,7 +365,7 @@ PostgreSQL documentation
-
+
Specifies options to be placed within the
@@ -377,7 +377,7 @@ PostgreSQL documentation
-
+
Connect to the database as the user
-
-
+
+
Perform a variable assignment, like the \set
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml
index fa4d7b41c71..026bdcc7185 100644
--- a/doc/src/sgml/ref/reindexdb.sgml
+++ b/doc/src/sgml/ref/reindexdb.sgml
@@ -80,7 +80,7 @@ PostgreSQL documentation
-
+
Specifies the name of the database to be reindexed.
@@ -106,7 +106,7 @@ PostgreSQL documentation
-
+
Recreate index only.
@@ -136,7 +136,7 @@ PostgreSQL documentation
-
+
Reindex table only.
@@ -176,7 +176,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the server is
@@ -188,7 +188,7 @@ PostgreSQL documentation
-
+
Specifies the TCP port or local Unix domain socket file
@@ -200,7 +200,7 @@ PostgreSQL documentation
-
+
User name to connect as.
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml
index b4833f12525..e9022fe9479 100644
--- a/doc/src/sgml/ref/vacuumdb.sgml
+++ b/doc/src/sgml/ref/vacuumdb.sgml
@@ -85,7 +85,7 @@ PostgreSQL documentation
-
+
Specifies the name of the database to be cleaned or analyzed.
@@ -141,7 +141,7 @@ PostgreSQL documentation
-
+
Clean or analyze table only.
@@ -217,7 +217,7 @@ PostgreSQL documentation
-
+
Specifies the host name of the machine on which the server
@@ -229,7 +229,7 @@ PostgreSQL documentation
-
+
Specifies the TCP port or local Unix domain socket file
@@ -241,7 +241,7 @@ PostgreSQL documentation
-
+
User name to connect as.