|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.4 2006/11/1421:43:00 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.5 2006/11/1422:25:15 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="failover">
|
4 | 4 | <title>Failover, Replication, Load Balancing, and Clustering Options</title>
|
|
189 | 189 | <productname><acronym>RAC</></> product. <productname>PostgreSQL</>
|
190 | 190 | does not offer this type of load balancing, though
|
191 | 191 | <productname>PostgreSQL</> two-phase commit (<xref
|
192 |
| - linkend="sql-prepare-transaction-title"> and <xref linkend= |
193 |
| - "sql-commit-prepared-title">) can be used to implement this in |
194 |
| - application code or middleware. |
| 192 | + linkend="sql-prepare-transaction" |
| 193 | + endterm="sql-prepare-transaction-title"> and <xref |
| 194 | + linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">) |
| 195 | + can be used to implement this in application code or middleware. |
195 | 196 | </para>
|
196 | 197 | </sect1>
|
197 | 198 |
|
|