diff options
author | Peter Eisentraut | 2007-11-28 10:10:14 +0000 |
---|---|---|
committer | Peter Eisentraut | 2007-11-28 10:10:14 +0000 |
commit | 87ce0fa369d64913c49ede58afa0c84c9b1f3499 (patch) | |
tree | 8fc0dc93fce68c8ca70bf741a26246ee1f8927b6 | |
parent | 3f9ef2bf8c821c16ea7ed8102c64b35df9bade1d (diff) |
Fix column number
-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 738b878132f..38ac8653cfa 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.27 2007/11/13 18:44:20 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.28 2007/11/28 10:10:14 petere Exp $ --> <chapter id="high-availability"> <title>High Availability, Load Balancing, and Replication</title> @@ -270,7 +270,7 @@ protocol to make nodes agree on a serializable transactional order. <table id="high-availability-matrix"> <title>High Availability, Load Balancing, and Replication Feature Matrix</title> - <tgroup cols="9"> + <tgroup cols="8"> <thead> <row> <entry>Feature</entry> |