From 1b6c7b1c0b951b1b41c3c4539d99360c28c98cb6 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Mon, 3 May 2010 09:15:17 +0000 Subject: [PATCH] Change "literal" tag to the more appropriate "firstterm", when describing what "eventually consistent" means. --- doc/src/sgml/high-availability.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index ef4c1bb2c2..744ddcbd3a 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 @@ -1156,7 +1156,7 @@ if (!triggered) so there will be a measurable delay between primary and standby. Running the same query nearly simultaneously on both primary and standby might therefore return differing results. We say that data on the standby is - eventually consistent with the primary. + eventually consistent with the primary. Queries executed on the standby will be correct with regard to the transactions that had been recovered at the start of the query, or start of first statement in the case of serializable transactions. In comparison with the primary,