From: Bruce Momjian <bruce@momjian.us> Date: Sun, 16 Dec 2007 09:44:27 +0000 (+0000) Subject: Update pgpool-II mention. X-Git-Tag: REL8_3_RC1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a22d8971349d0a8a342c3cf517bcaec03a2b25f7;p=postgresql Update pgpool-II mention. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 33bced7344..780f988d2c 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.29 2007/11/28 15:42:31 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.30 2007/12/16 09:44:27 momjian Exp $ --> <chapter id="high-availability"> <title>High Availability, Load Balancing, and Replication</title> @@ -195,7 +195,7 @@ protocol to make nodes agree on a serializable transactional order. using two-phase commit (<xref linkend="sql-prepare-transaction" endterm="sql-prepare-transaction-title"> and <xref linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">. - <productname>Pgpool</> and <productname>Sequoia</> are examples of + <productname>Pgpool-II</> and <productname>Sequoia</> are examples of this type of replication. </para> </listitem>