diff options
Diffstat (limited to 'doc/src/sgml/ref/clusterdb.sgml')
-rw-r--r-- | doc/src/sgml/ref/clusterdb.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 8d4e082ec07..7be6d0959da 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.13 2003/09/09 18:28:52 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.14 2003/09/12 00:12:47 tgl Exp $ PostgreSQL documentation --> @@ -48,16 +48,17 @@ PostgreSQL documentation <application>clusterdb</application> is a wrapper around the SQL command <xref linkend="SQL-CLUSTER" endterm="sql-cluster-title">. There is no effective difference between clustering databases via - this or other methods. The database server must be running at the - targeted host. Also, any default settings and environment - variables used by the <application>libpq</application> front-end - library will apply. + this utility and via other methods for accessing the server. </para> <para> In case of difficulty, see <xref linkend="SQL-CLUSTER" endterm="sql-cluster-title"> and <xref linkend="APP-PSQL"> for discussions of potential problems and error messages. + The database server must be running at the + targeted host. Also, any default connection settings and environment + variables used by the <application>libpq</application> front-end + library will apply. </para> </refsect1> |