File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.66 2010/05/02 02:10:32 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.67 2010/05/03 09:15:17 heikki Exp $ -->
22
33<chapter id="high-availability">
44 <title>High Availability, Load Balancing, and Replication</title>
@@ -1156,7 +1156,7 @@ if (!triggered)
11561156 so there will be a measurable delay between primary and standby. Running the
11571157 same query nearly simultaneously on both primary and standby might therefore
11581158 return differing results. We say that data on the standby is
1159- <literal >eventually consistent</literal > with the primary.
1159+ <firstterm >eventually consistent</firstterm > with the primary.
11601160 Queries executed on the standby will be correct with regard to the transactions
11611161 that had been recovered at the start of the query, or start of first statement
11621162 in the case of serializable transactions. In comparison with the primary,
You can’t perform that action at this time.
0 commit comments