From f73f18f92c33130f08415a84090416c454cfb350 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Wed, 30 Jan 2008 10:49:55 +0000
Subject: [PATCH] Improve table reference

---
 doc/src/sgml/high-availability.sgml | 4 ++--
 1 file 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>
 
-- 
GitLab