From: Magnus Hagander Date: Thu, 13 May 2010 14:16:41 +0000 (+0000) Subject: Fix some spelling errors. X-Git-Tag: REL9_0_0~449 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4cb7536c6bdaae698706eb57f5a282907e475e5d;p=pg-rex%2Fsyncrep.git Fix some spelling errors. Thom Brown --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index e94bb98079..7c8b02802d 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ - + <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C @@ -2865,7 +2865,7 @@ struct sqlname - There are two compatiblity modes: INFORMIX, INFORMIX_SE + There are two compatibility modes: INFORMIX, INFORMIX_SE When linking programs that use this compatibility mode, remember to link diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 744ddcbd3a..1e7419de4f 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 @@ -201,7 +201,7 @@ protocol to make nodes agree on a serializable transactional order. must query such values from a single server and then use those values in write queries. Another option is to use this replication option with a traditional master-slave setup, i.e. data modification - queries are sent only to the master and are propogated to the + queries are sent only to the master and are propagated to the slaves via master-slave replication, not by the replication middleware. Care must also be taken that all transactions either commit or abort on all servers, perhaps @@ -1559,7 +1559,7 @@ if (!triggered) node itself. And you are still getting the benefit of off-loading the execution onto the standby. max_standby_delay should not be used in this case because delayed WAL files might already - contain entries that invalidate the current shapshot. + contain entries that invalidate the current snapshot. @@ -1823,7 +1823,7 @@ LOG: database system is ready to accept read only connections - The statististics collector is active during recovery. All scans, reads, blocks, + The statistics collector is active during recovery. All scans, reads, blocks, index usage, etc., will be recorded normally on the standby. Replayed actions will not duplicate their effects on primary, so replaying an insert will not increment the Inserts column of pg_stat_user_tables. diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c880691438..7dc2983a89 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -6635,7 +6635,7 @@ user=admin The default value for sslmode is prefer. As is shown in the table, this makes no sense from a security point of view, and it only promises performance overhead if possible. It is only provided as the default - for backwards compatiblity, and not recommended in secure deployments. + for backwards compatibility, and not recommended in secure deployments.