From ed0327495c4241fad55a61c0e5d54366c3ea076c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 10 Mar 2011 09:09:35 -0500 Subject: [PATCH] Use '=' when documenting long options. --- doc/src/sgml/pgupgrade.sgml | 18 +++++++++--------- doc/src/sgml/ref/clusterdb.sgml | 10 +++++----- doc/src/sgml/ref/createdb.sgml | 20 ++++++++++---------- doc/src/sgml/ref/createlang.sgml | 8 ++++---- doc/src/sgml/ref/createuser.sgml | 8 ++++---- doc/src/sgml/ref/dropdb.sgml | 6 +++--- doc/src/sgml/ref/droplang.sgml | 8 ++++---- doc/src/sgml/ref/dropuser.sgml | 6 +++--- doc/src/sgml/ref/psql-ref.sgml | 28 ++++++++++++++-------------- doc/src/sgml/ref/reindexdb.sgml | 12 ++++++------ doc/src/sgml/ref/vacuumdb.sgml | 10 +++++----- 11 files changed, 67 insertions(+), 67 deletions(-) diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 5b42fa85aa..c41068f074 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 directory new_bindir - NEWBINDIR + NEWBINDIR specify the new cluster executable directory @@ -76,13 +76,13 @@ old_datadir - OLDDATADIR + OLDDATADIR specify the old cluster data directory new_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 file old_portnum - portnum + portnum specify the old cluster port number new_portnum - portnum + portnum specify the new cluster port number username - username + username clusters superuser diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 5ce3a41fc7..081f398706 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 633881d6f7..7cbf56506d 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 0bc1976c15..f01f298322 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 fbc184f4c8..0c47fb4997 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 c169d7fcd4..1aa76cdb57 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 810c78e521..0ad640b0b4 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 0786612820..3089a21954 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 baefb57882..24e8ee0a36 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 fa4d7b41c7..026bdcc718 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 b4833f1252..e9022fe947 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. -- 2.11.0