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:58 -0400 |
commit | 28c56553cb39174d0d33e5ed8200dc5e508ba5d8 (patch) | |
tree | fd5aa22d635ea8cf4f3ac1fb295ae126d99ff007 | |
parent | e4892c68184e199c3117a8f8b52da22a77702a05 (diff) | |
download | postgresql-28c56553cb39174d0d33e5ed8200dc5e508ba5d8.tar.gz postgresql-28c56553cb39174d0d33e5ed8200dc5e508ba5d8.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> |