diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-02-25 09:16:42 +0000 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-02-25 09:16:42 +0000 |
commit | 6e11a10c4ca2f01143d237e9d110a20d63987291 (patch) | |
tree | 07ea0af137aa46f4d091e1cf6eb3ae683206e596 | |
parent | 7c6c09c0390d8e798605533c7063915b98f7cc0d (diff) | |
download | postgresql-6e11a10c4ca2f01143d237e9d110a20d63987291.tar.gz postgresql-6e11a10c4ca2f01143d237e9d110a20d63987291.zip |
Fix typo.
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index e7d25184ebc..a949ff348f6 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.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 $ --> <chapter id="high-availability"> <title>High Availability, Load Balancing, and Replication</title> @@ -769,7 +769,7 @@ if (!triggered) </para> <para> - Streaming replication is asynchronous, so there is stilll a small delay + Streaming replication is asynchronous, so there is still a small delay between committing a transaction in the primary and for the changes to become visible in the standby. The delay is however much smaller than with file-based log shipping, typically under one second assuming the standby |