File tree 8 files changed +19
-19
lines changed
8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.300 2010/07/24 12:16:20 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.301 2010/07/27 19:01:16 petere Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -2265,7 +2265,7 @@ SET ENABLE_SEQSCAN TO OFF;
2265
2265
<para>
2266
2266
Sets the planner's estimate of the cost of a disk page fetch
2267
2267
that is part of a series of sequential fetches. The default is 1.0.
2268
- This value can be overriden for a particular tablespace by setting
2268
+ This value can be overridden for a particular tablespace by setting
2269
2269
the tablespace parameter of the same name
2270
2270
(see <xref linkend="sql-altertablespace">).
2271
2271
</para>
@@ -2281,7 +2281,7 @@ SET ENABLE_SEQSCAN TO OFF;
2281
2281
<para>
2282
2282
Sets the planner's estimate of the cost of a
2283
2283
non-sequentially-fetched disk page. The default is 4.0.
2284
- This value can be overriden for a particular tablespace by setting
2284
+ This value can be overridden for a particular tablespace by setting
2285
2285
the tablespace parameter of the same name
2286
2286
(see <xref linkend="sql-altertablespace">).
2287
2287
</para>
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.253 2010/07/24 16:46:57 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.254 2010/07/27 19:01:16 petere Exp $ -->
2
2
3
3
<chapter id="datatype">
4
4
<title>Data Types</title>
@@ -1256,7 +1256,7 @@ SELECT E'\\xDEADBEEF';
1256
1256
represented as an ASCII character into special escape sequences.
1257
1257
If, from the point of view of the application, representing bytes
1258
1258
as characters makes sense, then this representation can be
1259
- convenient. But in practice it is usually confusing becauses it
1259
+ convenient. But in practice it is usually confusing because it
1260
1260
fuzzes up the distinction between binary strings and character
1261
1261
strings, and also the particular escape mechanism that was chosen is
1262
1262
somewhat unwieldy. So this format should probably be avoided
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.57 2010/03/17 17:12:31 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.58 2010/07/27 19:01:16 petere Exp $ -->
2
2
3
3
<chapter id="install-win32">
4
4
<title>Installation from Source Code on <productname>Windows</productname></title>
19
19
<para>
20
20
There are several different ways of building PostgreSQL on
21
21
<productname>Windows</productname>. The simplest way to build with
22
- Microsoft tools is to intall a modern version of the
22
+ Microsoft tools is to install a modern version of the
23
23
<productname>Microsoft Platform SDK</productname> and use use the included
24
24
compiler. It is also possible to build with the full
25
25
<productname>Microsoft Visual C++ 2005 or 2008</productname>. In some cases
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.348 2010/07/05 18:54:37 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.349 2010/07/27 19:01:16 petere Exp $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -2327,7 +2327,7 @@ hosts=local4,bind4
2327
2327
-bash-3.00$ createlang plperl template1
2328
2328
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.
2329
2329
</screen>
2330
- Running as a non-owner in the group posessing the PostgreSQL
2330
+ Running as a non-owner in the group possessing the PostgreSQL
2331
2331
installation:
2332
2332
<screen>
2333
2333
-bash-3.00$ createlang plperl template1
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.315 2010/07/18 11:37:25 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.316 2010/07/27 19:01:16 petere Exp $ -->
2
2
3
3
<chapter id="libpq">
4
4
<title><application>libpq</application> - C Library</title>
@@ -1766,7 +1766,7 @@ PGresult *PQexecParams(PGconn *conn,
1766
1766
to be text strings.
1767
1767
</para>
1768
1768
<para>
1769
- Values passed in binary format require knowlege of
1769
+ Values passed in binary format require knowledge of
1770
1770
the internal representation expected by the backend.
1771
1771
For example, integers must be passed in network byte
1772
1772
order. Passing <type>numeric</> values requires
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.42 2010/07/12 18:30:36 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.43 2010/07/27 19:01:16 petere Exp $ -->
2
2
3
3
<sect1 id="release-9-0">
4
4
<title>Release 9.0</title>
685
685
<title>Monitoring</title>
686
686
<para>
687
687
With increased use of PostgreSQL in high-end production systems,
688
- users need increased monitoring. PostgresSQL 9.0 continues to add
688
+ users need increased monitoring. PostgreSQL 9.0 continues to add
689
689
more ways to monitor PostgreSQL applications.
690
690
</para>
691
691
744
744
Add <link
745
745
linkend="monitoring-stats-funcs-table"><function>pg_stat_reset_shared('bgwriter')</></link>
746
746
to reset the cluster-wide shared statistics of the
747
- bgwriter (Greg Smith)
747
+ background writer (Greg Smith)
748
748
</para>
749
749
</listitem>
750
750
753
753
Add <link
754
754
linkend="monitoring-stats-funcs-table"><function>pg_stat_reset_single_table_counters()</></link>
755
755
and <function>pg_stat_reset_single_function_counters()</>
756
- to allow the reseting of statistics counters for individual
756
+ to allow the resetting of statistics counters for individual
757
757
tables and indexes (Magnus Hagander)
758
758
</para>
759
759
</listitem>
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.70 2010/07/16 11:35:40 heikki Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.71 2010/07/27 19:01:16 petere Exp $ -->
2
2
3
3
<chapter id="wal">
4
4
<title>Reliability and the Write-Ahead Log</title>
91
91
<para>
92
92
Many file systems that use write barriers (e.g. <acronym>ZFS</>,
93
93
<acronym>ext4</>) internally use <command>FLUSH CACHE EXT</> or
94
- <command>SYNCHRONIZE CACHE</> commands to flush data to the platers on
94
+ <command>SYNCHRONIZE CACHE</> commands to flush data to the platters on
95
95
write-back-enabled drives. Unfortunately, such write barrier file
96
96
systems behave suboptimally when combined with battery-backed unit
97
97
(<acronym>BBU</>) disk controllers. In such setups, the synchronize
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.7 2009/05/18 11:08:24 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.8 2010/07/27 19:01:16 petere Exp $ -->
2
2
3
3
<sect1 id="xml2">
4
4
<title>xml2</title>
@@ -386,7 +386,7 @@ WHERE t.author_id = p.person_id;
386
386
</synopsis>
387
387
388
388
<para>
389
- This function appplies the XSL stylesheet to the document and returns
389
+ This function applies the XSL stylesheet to the document and returns
390
390
the transformed result. The paramlist is a list of parameter
391
391
assignments to be used in the transformation, specified in the form
392
392
<literal>a=1,b=2</>. Note that the
You can’t perform that action at this time.
0 commit comments