diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-03-20 18:53:18 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-03-20 18:53:18 +0000 |
| commit | 88192135348770fa97895bba0f0a92f1ffa85783 (patch) | |
| tree | 7ecca768367007b87c97cab673d4860098632ce6 /doc/src | |
| parent | 432b9b0f7576253aed760a39cf894dae9bc50ece (diff) | |
Now that the CLUSTER ALL machinery is in place, the clusterdb script can
be simplified (I'd thought that it can even be removed). This patch
does that.
Alvaro Herrera
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/clusterdb.sgml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 4a158f334c8..5a7a27fcf63 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.7 2003/02/19 04:06:28 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.8 2003/03/20 18:53:18 momjian Exp $ PostgreSQL documentation --> @@ -43,7 +43,7 @@ PostgreSQL documentation <para> <application>clusterdb</application> is a shell script wrapper around the backend command - <xref linkend="SQL-CLUSTER" endterm="SQL-CLUSTER-title"> via + <xref linkend="SQL-CLUSTER" endterm="sql-cluster-title"> via the <productname>PostgreSQL</productname> interactive terminal <xref linkend="APP-PSQL">. There is no effective difference between clustering databases via this or other methods. @@ -53,13 +53,6 @@ PostgreSQL documentation and the <application>libpq</application> front-end library do apply. </para> - <para> - <application>clusterdb</application> might need to connect several - times to the <productname>PostgreSQL</productname> server, asking for - a password each time. It is convenient to have a - <filename>$HOME/.pgpass</> file in such cases. - </para> - </refsect1> @@ -202,10 +195,9 @@ PostgreSQL documentation <listitem> <para> Something went wrong. <application>clusterdb</application> is only a wrapper - script. See <xref linkend="SQL-CLUSTER" endterm="SQL-CLUSTER-title"> + script. See <xref linkend="SQL-CLUSTER" endterm="sql-cluster-title"> and <xref linkend="APP-PSQL"> for a detailed - discussion of error messages and potential problems. Note that this message - may appear once per table to be clustered. + discussion of error messages and potential problems. </para> </listitem> </varlistentry> |
