From d33cfbd2e017c631913fcbdf9447248679297ca5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 27 Jul 2010 19:01:16 +0000 Subject: [PATCH] Spelling fixes --- doc/src/sgml/config.sgml | 6 +++--- doc/src/sgml/datatype.sgml | 4 ++-- doc/src/sgml/install-win32.sgml | 4 ++-- doc/src/sgml/installation.sgml | 4 ++-- doc/src/sgml/libpq.sgml | 4 ++-- doc/src/sgml/release-9.0.sgml | 8 ++++---- doc/src/sgml/wal.sgml | 4 ++-- doc/src/sgml/xml2.sgml | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e73187a455..4159562418 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -2265,7 +2265,7 @@ SET ENABLE_SEQSCAN TO OFF; Sets the planner's estimate of the cost of a disk page fetch that is part of a series of sequential fetches. The default is 1.0. - This value can be overriden for a particular tablespace by setting + This value can be overridden for a particular tablespace by setting the tablespace parameter of the same name (see ). @@ -2281,7 +2281,7 @@ SET ENABLE_SEQSCAN TO OFF; Sets the planner's estimate of the cost of a non-sequentially-fetched disk page. The default is 4.0. - This value can be overriden for a particular tablespace by setting + This value can be overridden for a particular tablespace by setting the tablespace parameter of the same name (see ). diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index ed726269cd..067212915f 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -1256,7 +1256,7 @@ SELECT E'\\xDEADBEEF'; represented as an ASCII character into special escape sequences. If, from the point of view of the application, representing bytes as characters makes sense, then this representation can be - convenient. But in practice it is usually confusing becauses it + convenient. But in practice it is usually confusing because it fuzzes up the distinction between binary strings and character strings, and also the particular escape mechanism that was chosen is somewhat unwieldy. So this format should probably be avoided diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index dd12a190b0..5554c2c9f4 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ - + Installation from Source Code on <productname>Windows</productname> @@ -19,7 +19,7 @@ There are several different ways of building PostgreSQL on Windows. The simplest way to build with - Microsoft tools is to intall a modern version of the + Microsoft tools is to install a modern version of the Microsoft Platform SDK and use use the included compiler. It is also possible to build with the full Microsoft Visual C++ 2005 or 2008. In some cases diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 01f57a70e3..4b2bae8098 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -2327,7 +2327,7 @@ hosts=local4,bind4 -bash-3.00$ createlang plperl template1 createlang: language installation failed: ERROR: could not load library "/opt/dbs/pgsql748/lib/plperl.so": A memory address is not in the address space for the process. </screen> - Running as a non-owner in the group posessing the PostgreSQL + Running as a non-owner in the group possessing the PostgreSQL installation: <screen> -bash-3.00$ createlang plperl template1 diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ad56b84828..eebc2c9604 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.315 2010/07/18 11:37:25 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.316 2010/07/27 19:01:16 petere Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library @@ -1766,7 +1766,7 @@ PGresult *PQexecParams(PGconn *conn, to be text strings. - Values passed in binary format require knowlege of + Values passed in binary format require knowledge of the internal representation expected by the backend. For example, integers must be passed in network byte order. Passing numeric values requires diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 680f735b44..c046c5f8f4 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + Release 9.0 @@ -685,7 +685,7 @@ Monitoring With increased use of PostgreSQL in high-end production systems, - users need increased monitoring. PostgresSQL 9.0 continues to add + users need increased monitoring. PostgreSQL 9.0 continues to add more ways to monitor PostgreSQL applications. @@ -744,7 +744,7 @@ Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared statistics of the - bgwriter (Greg Smith) + background writer (Greg Smith) @@ -753,7 +753,7 @@ Add pg_stat_reset_single_table_counters() and pg_stat_reset_single_function_counters() - to allow the reseting of statistics counters for individual + to allow the resetting of statistics counters for individual tables and indexes (Magnus Hagander) diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 15691e820b..7ce6be868e 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -1,4 +1,4 @@ - + Reliability and the Write-Ahead Log @@ -91,7 +91,7 @@ Many file systems that use write barriers (e.g. ZFS, ext4) internally use FLUSH CACHE EXT or - SYNCHRONIZE CACHE commands to flush data to the platers on + SYNCHRONIZE CACHE commands to flush data to the platters on write-back-enabled drives. Unfortunately, such write barrier file systems behave suboptimally when combined with battery-backed unit (BBU) disk controllers. In such setups, the synchronize diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml index 9dc7dca8c9..9943b579ab 100644 --- a/doc/src/sgml/xml2.sgml +++ b/doc/src/sgml/xml2.sgml @@ -1,4 +1,4 @@ - + xml2 @@ -386,7 +386,7 @@ WHERE t.author_id = p.person_id; - This function appplies the XSL stylesheet to the document and returns + This function applies the XSL stylesheet to the document and returns the transformed result. The paramlist is a list of parameter assignments to be used in the transformation, specified in the form a=1,b=2. Note that the -- 2.40.0