diff options
Diffstat (limited to 'doc/src/sgml/ref/clusterdb.sgml')
-rw-r--r-- | doc/src/sgml/ref/clusterdb.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 081bbc5f7a3..d2d4b52f48c 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/clusterdb.sgml PostgreSQL documentation --> -<refentry id="APP-CLUSTERDB"> +<refentry id="app-clusterdb"> <indexterm zone="app-clusterdb"> <primary>clusterdb</primary> </indexterm> @@ -60,7 +60,7 @@ PostgreSQL documentation <para> <application>clusterdb</application> is a wrapper around the SQL - command <xref linkend="SQL-CLUSTER">. + command <xref linkend="sql-cluster">. There is no effective difference between clustering databases via this utility and via other methods for accessing the server. </para> @@ -289,8 +289,8 @@ PostgreSQL documentation <title>Diagnostics</title> <para> - In case of difficulty, see <xref linkend="SQL-CLUSTER"> - and <xref linkend="APP-PSQL"> for + In case of difficulty, see <xref linkend="sql-cluster"> + 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 |