From 88192135348770fa97895bba0f0a92f1ffa85783 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 20 Mar 2003 18:53:18 +0000 Subject: 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 --- doc/src/sgml/ref/clusterdb.sgml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'doc/src') 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 @@ @@ -43,7 +43,7 @@ PostgreSQL documentation clusterdb is a shell script wrapper around the backend command - via + via the PostgreSQL interactive terminal . There is no effective difference between clustering databases via this or other methods. @@ -53,13 +53,6 @@ PostgreSQL documentation and the libpq front-end library do apply. - - clusterdb might need to connect several - times to the PostgreSQL server, asking for - a password each time. It is convenient to have a - $HOME/.pgpass file in such cases. - - @@ -202,10 +195,9 @@ PostgreSQL documentation Something went wrong. clusterdb is only a wrapper - script. See + script. See and 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. -- cgit v1.2.3