1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.1 2002/08/27 03:38:27 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.2 2002/09/03 01:11:37 tgl Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -19,7 +19,7 @@ PostgreSQL documentation
19
19
<cmdsynopsis>
20
20
<command>clusterdb</command>
21
21
<arg rep="repeat"><replaceable>connection-options</replaceable></arg>
22
- <arg>--table | -t ' <replaceable>table</replaceable> </arg>
22
+ <arg>--table | -t <replaceable>table</replaceable> </arg>
23
23
<arg><replaceable>dbname</replaceable></arg>
24
24
<sbr>
25
25
<command>clusterdb</command>
@@ -33,8 +33,11 @@ PostgreSQL documentation
33
33
<title>Description</title>
34
34
35
35
<para>
36
- <application>clusterdb</application> is a utility for clustering tables inside a
37
- <productname>PostgreSQL</productname> database.
36
+ <application>clusterdb</application> is a utility for re-clustering tables
37
+ in a <productname>PostgreSQL</productname> database. It finds table(s)
38
+ that have previously been clustered, and clusters them again on the same
39
+ index that was last used. Tables that have never been clustered are not
40
+ touched.
38
41
</para>
39
42
40
43
<para>
@@ -52,8 +55,9 @@ PostgreSQL documentation
52
55
53
56
<para>
54
57
<application>clusterdb</application> will need to connect several times to the
55
- <productname>PostgreSQL</productname> server, asking for the password each
56
- time. It will probably be very convenient to have a PGPASSWORDFILE in that case.
58
+ <productname>PostgreSQL</productname> server. If you are using password
59
+ authentication, it will ask for the password each time. It will probably be
60
+ very convenient to have a PGPASSWORDFILE in that case.
57
61
</para>
58
62
59
63
</refsect1>
0 commit comments