diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-03 01:11:37 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-03 01:11:37 +0000 |
commit | 4a954ce79d441eb9a2be7c7af7c81c117955601a (patch) | |
tree | 059bb44d731bd45be57766678d09cd7edabcd426 | |
parent | ab82bde7e08e2b763b14b48aeb62daf0b2c09ce3 (diff) | |
download | postgresql-4a954ce79d441eb9a2be7c7af7c81c117955601a.tar.gz postgresql-4a954ce79d441eb9a2be7c7af7c81c117955601a.zip |
Documentation improvements.
-rw-r--r-- | doc/src/sgml/ref/clusterdb.sgml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index b650ce24e45..114fbaafa38 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.1 2002/08/27 03:38:27 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.2 2002/09/03 01:11:37 tgl Exp $ PostgreSQL documentation --> @@ -19,7 +19,7 @@ PostgreSQL documentation <cmdsynopsis> <command>clusterdb</command> <arg rep="repeat"><replaceable>connection-options</replaceable></arg> - <arg>--table | -t '<replaceable>table</replaceable> </arg> + <arg>--table | -t <replaceable>table</replaceable> </arg> <arg><replaceable>dbname</replaceable></arg> <sbr> <command>clusterdb</command> @@ -33,8 +33,11 @@ PostgreSQL documentation <title>Description</title> <para> - <application>clusterdb</application> is a utility for clustering tables inside a - <productname>PostgreSQL</productname> database. + <application>clusterdb</application> is a utility for re-clustering tables + in a <productname>PostgreSQL</productname> database. It finds table(s) + that have previously been clustered, and clusters them again on the same + index that was last used. Tables that have never been clustered are not + touched. </para> <para> @@ -52,8 +55,9 @@ PostgreSQL documentation <para> <application>clusterdb</application> will need to connect several times to the - <productname>PostgreSQL</productname> server, asking for the password each - time. It will probably be very convenient to have a PGPASSWORDFILE in that case. + <productname>PostgreSQL</productname> server. If you are using password + authentication, it will ask for the password each time. It will probably be + very convenient to have a PGPASSWORDFILE in that case. </para> </refsect1> |