From 63130e738a4f1a990253f73d6c893c734007ecf5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 19 Nov 2008 04:46:37 +0000 Subject: [PATCH] Add "Most Common Implementation" row to high availablity table so the table is less abstract. Most common implementations were already mentioned in the text. --- doc/src/sgml/high-availability.sgml | 33 +++++++++++++++++++---------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 2621ad6c2b..8c005f50dd 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -287,6 +287,28 @@ protocol to make nodes agree on a serializable transactional order. + + Most Common Implementation + NAS + DRBD + PITR + Slony + pgpool-II + Bucardo + + + + + Communication Method + shared disk + disk blocks + WAL + table rows + SQL + table rows + table rows and row locks + + No special hardware required @@ -375,17 +397,6 @@ 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.39.5