Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4a954ce

Browse files
committed
Documentation improvements.
1 parent ab82bde commit 4a954ce

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

doc/src/sgml/ref/clusterdb.sgml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -19,7 +19,7 @@ PostgreSQL documentation
1919
<cmdsynopsis>
2020
<command>clusterdb</command>
2121
<arg rep="repeat"><replaceable>connection-options</replaceable></arg>
22-
<arg>--table | -t '<replaceable>table</replaceable> </arg>
22+
<arg>--table | -t <replaceable>table</replaceable> </arg>
2323
<arg><replaceable>dbname</replaceable></arg>
2424
<sbr>
2525
<command>clusterdb</command>
@@ -33,8 +33,11 @@ PostgreSQL documentation
3333
<title>Description</title>
3434

3535
<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.
3841
</para>
3942

4043
<para>
@@ -52,8 +55,9 @@ PostgreSQL documentation
5255

5356
<para>
5457
<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.
5761
</para>
5862

5963
</refsect1>

0 commit comments

Comments
 (0)