aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-05-03 09:15:17 +0000
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-05-03 09:15:17 +0000
commit1b6c7b1c0b951b1b41c3c4539d99360c28c98cb6 (patch)
tree66f87437b206f647f9818d875de82f352053b169
parentf35951619c921442061f788548c14fd5e039b786 (diff)
downloadpostgresql-1b6c7b1c0b951b1b41c3c4539d99360c28c98cb6.tar.gz
postgresql-1b6c7b1c0b951b1b41c3c4539d99360c28c98cb6.zip
Change "literal" tag to the more appropriate "firstterm", when describing
what "eventually consistent" means.
-rw-r--r--doc/src/sgml/high-availability.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index ef4c1bb2c21..744ddcbd3a2 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.66 2010/05/02 02:10:32 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.67 2010/05/03 09:15:17 heikki Exp $ -->
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
@@ -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
- <literal>eventually consistent</literal> with the primary.
+ <firstterm>eventually consistent</firstterm> 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,