mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix column number
This commit is contained in:
@@ -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">
|
<chapter id="high-availability">
|
||||||
<title>High Availability, Load Balancing, and Replication</title>
|
<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">
|
<table id="high-availability-matrix">
|
||||||
<title>High Availability, Load Balancing, and Replication Feature Matrix</title>
|
<title>High Availability, Load Balancing, and Replication Feature Matrix</title>
|
||||||
<tgroup cols="9">
|
<tgroup cols="8">
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>Feature</entry>
|
<entry>Feature</entry>
|
||||||
|
Reference in New Issue
Block a user