diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2008-01-30 10:49:55 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2008-01-30 10:49:55 +0000 |
commit | f73f18f92c33130f08415a84090416c454cfb350 (patch) | |
tree | 3da60e63ec2dd8769dc1c5b1800b04dc2adb3be2 | |
parent | c7640c3298f9e4f26ea0664e27cb2d99aaf22abd (diff) | |
download | postgresql-f73f18f92c33130f08415a84090416c454cfb350.tar.gz postgresql-f73f18f92c33130f08415a84090416c454cfb350.zip |
Improve table reference
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index e56f54482d2..4d1abbccf09 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.31 2008/01/28 18:43:55 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.32 2008/01/30 10:49:55 petere Exp $ --> <chapter id="high-availability"> <title>High Availability, Load Balancing, and Replication</title> @@ -264,7 +264,7 @@ protocol to make nodes agree on a serializable transactional order. </variablelist> <para> - The table below (<xref linkend="high-availability-matrix">) summarizes + <xref linkend="high-availability-matrix"> summarizes the capabilities of the various solutions listed above. </para> |