Add "Most Common Implementation" row to high availablity table so the
authorBruce Momjian
Wed, 19 Nov 2008 04:46:37 +0000 (04:46 +0000)
committerBruce Momjian
Wed, 19 Nov 2008 04:46:37 +0000 (04:46 +0000)
table is less abstract.  Most common implementations were already
mentioned in the text.

doc/src/sgml/high-availability.sgml

index 51e4c72e8f83c5a394b3dceef2cac76d8e24f4eb..480d345cf03073bc52be65e170a96507c82e0bf0 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  High Availability, Load Balancing, and Replication
@@ -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
-    
-