From: Bruce Momjian Date: Mon, 28 Jan 2008 18:43:55 +0000 (+0000) Subject: Add "Communication Method" row to HA feature matrix documentation. X-Git-Tag: REL8_3_0~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf9990c66e679dca0d32be83842406d8b394b8b6;p=postgresql Add "Communication Method" row to HA feature matrix documentation. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 780f988d2c..e56f54482d 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability, Load Balancing, and Replication @@ -374,6 +374,17 @@ protocol to make nodes agree on a serializable transactional order. + + Communication Method + shared disk + disk blocks + WAL + table rows + SQL + table rows + table rows and row locks + +