From cf9990c66e679dca0d32be83842406d8b394b8b6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 28 Jan 2008 18:43:55 +0000 Subject: [PATCH] Add "Communication Method" row to HA feature matrix documentation. --- doc/src/sgml/high-availability.sgml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 + + -- 2.40.0