diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-08-17 10:37:12 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-08-17 10:37:12 -0400 |
commit | bfe089e3724ad8f9c8922165738d837b8641a6e6 (patch) | |
tree | 3cbf898ff7d1359ff5cbd3a741ad88b85baf121f | |
parent | cf851519d40e85c8129515c06532515386eaf41c (diff) | |
download | postgresql-bfe089e3724ad8f9c8922165738d837b8641a6e6.tar.gz postgresql-bfe089e3724ad8f9c8922165738d837b8641a6e6.zip |
doc: Fix table column count
Author: Erik Rijkers <er@xs4all.nl>
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 1a152cf1187..6c54fbd40d8 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -301,7 +301,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="8"> + <tgroup cols="9"> <thead> <row> <entry>Feature</entry> |