From: Bruce Momjian Date: Tue, 14 Nov 2006 22:25:15 +0000 (+0000) Subject: Fix xrefs for failover changes. X-Git-Tag: REL8_2_RC1~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fc294772917d0a9c06b31a2b5cf1b57e13600b3;p=postgresql Fix xrefs for failover changes. --- diff --git a/doc/src/sgml/failover.sgml b/doc/src/sgml/failover.sgml index 664c92f2e7..c3be32c01b 100644 --- a/doc/src/sgml/failover.sgml +++ b/doc/src/sgml/failover.sgml @@ -1,4 +1,4 @@ - + Failover, Replication, Load Balancing, and Clustering Options @@ -189,9 +189,10 @@ RAC product. PostgreSQL does not offer this type of load balancing, though PostgreSQL two-phase commit ( and ) can be used to implement this in - application code or middleware. + linkend="sql-prepare-transaction" + endterm="sql-prepare-transaction-title"> and ) + can be used to implement this in application code or middleware.