diff options
Diffstat (limited to 'doc/src/sgml/ref/clusterdb.sgml')
-rw-r--r-- | doc/src/sgml/ref/clusterdb.sgml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 86f63c4e405..7db333b749f 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.19 2007/02/20 18:10:58 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.20 2007/02/21 23:21:11 momjian Exp $ PostgreSQL documentation --> @@ -66,7 +66,7 @@ PostgreSQL documentation <term><option>--all</></term> <listitem> <para> - Cluster all databases. + Cluster all databases. </para> </listitem> </varlistentry> @@ -76,12 +76,12 @@ PostgreSQL documentation <term><option><optional>--dbname</> <replaceable class="parameter">dbname</replaceable></></term> <listitem> <para> - Specifies the name of the database to be clustered. - If this is not specified and <option>-a</option> (or - <option>--all</option>) is not used, the database name is read - from the environment variable <envar>PGDATABASE</envar>. If - that is not set, the user name specified for the connection is - used. + Specifies the name of the database to be clustered. + If this is not specified and <option>-a</option> (or + <option>--all</option>) is not used, the database name is read + from the environment variable <envar>PGDATABASE</envar>. If + that is not set, the user name specified for the connection is + used. </para> </listitem> </varlistentry> @@ -92,7 +92,7 @@ PostgreSQL documentation <listitem> <para> Echo the commands that <application>clusterdb</application> generates - and sends to the server. + and sends to the server. </para> </listitem> </varlistentry> @@ -112,7 +112,7 @@ PostgreSQL documentation <term><option>--table <replaceable class="parameter">table</replaceable></></term> <listitem> <para> - Cluster <replaceable class="parameter">table</replaceable> only. + Cluster <replaceable class="parameter">table</replaceable> only. </para> </listitem> </varlistentry> @@ -130,9 +130,9 @@ PostgreSQL documentation <term><option>--host <replaceable class="parameter">host</replaceable></></term> <listitem> <para> - Specifies the host name of the machine on which the server is - running. If the value begins with a slash, it is used as the - directory for the Unix domain socket. + Specifies the host name of the machine on which the server is + running. If the value begins with a slash, it is used as the + directory for the Unix domain socket. </para> </listitem> </varlistentry> @@ -142,9 +142,9 @@ PostgreSQL documentation <term><option>--port <replaceable class="parameter">port</replaceable></></term> <listitem> <para> - Specifies the TCP port or local Unix domain socket file - extension on which the server - is listening for connections. + Specifies the TCP port or local Unix domain socket file + extension on which the server + is listening for connections. </para> </listitem> </varlistentry> |