From: Bruce Momjian Date: Mon, 20 Nov 2006 15:07:13 +0000 (+0000) Subject: Update documentation to use Statement-Based Replication rather than X-Git-Tag: REL8_2_RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=900c9962f70b5f276a19d1830a6d3b35cc7215af;p=postgresql Update documentation to use Statement-Based Replication rather than Query Broadcast. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 56733e38e8..69d5ebc84d 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability and Load Balancing @@ -140,14 +140,14 @@ - Query Broadcasting + Statement-Based Replication - In query broadcasting, a program intercepts every SQL query - and sends it to all servers. Each server operates independently. - Read-only queries can be sent to a single server because there - is no need for all servers to process it. + In statement-based replication, a program intercepts every SQL + query and sends it to all servers. Each server operates + independently. Read-only queries can be sent to a single server + because there is no need for all servers to process it.