Fix xrefs for failover changes.

This commit is contained in:
Bruce Momjian 2006-11-14 22:25:15 +00:00
parent ca21417a34
commit 0fc2947729
1 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.4 2006/11/14 21:43:00 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.5 2006/11/14 22:25:15 momjian Exp $ -->
<chapter id="failover"> <chapter id="failover">
<title>Failover, Replication, Load Balancing, and Clustering Options</title> <title>Failover, Replication, Load Balancing, and Clustering Options</title>
@ -189,9 +189,10 @@
<productname><acronym>RAC</></> product. <productname>PostgreSQL</> <productname><acronym>RAC</></> product. <productname>PostgreSQL</>
does not offer this type of load balancing, though does not offer this type of load balancing, though
<productname>PostgreSQL</> two-phase commit (<xref <productname>PostgreSQL</> two-phase commit (<xref
linkend="sql-prepare-transaction-title"> and <xref linkend= linkend="sql-prepare-transaction"
"sql-commit-prepared-title">) can be used to implement this in endterm="sql-prepare-transaction-title"> and <xref
application code or middleware. linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">)
can be used to implement this in application code or middleware.
</para> </para>
</sect1> </sect1>