From: Bruce Momjian Date: Wed, 19 Nov 2008 04:46:37 +0000 (+0000) Subject: Add "Most Common Implementation" row to high availablity table so the X-Git-Tag: recoveryinfrav9~325 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=63130e738a4f1a990253f73d6c893c734007ecf5;p=users%2Fsimon%2Fpostgres.git Add "Most Common Implementation" row to high availablity table so the table is less abstract. Most common implementations were already mentioned in the text. --- 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 - -