We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6c09c commit 6e11a10Copy full SHA for 6e11a10
doc/src/sgml/high-availability.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.50 2010/02/25 08:57:47 heikki Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.51 2010/02/25 09:16:42 heikki Exp $ -->
2
3
<chapter id="high-availability">
4
<title>High Availability, Load Balancing, and Replication</title>
@@ -769,7 +769,7 @@ if (!triggered)
769
</para>
770
771
<para>
772
- Streaming replication is asynchronous, so there is stilll a small delay
+ Streaming replication is asynchronous, so there is still a small delay
773
between committing a transaction in the primary and for the changes to
774
become visible in the standby. The delay is however much smaller than with
775
file-based log shipping, typically under one second assuming the standby
0 commit comments