File tree Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.294.2.1 2010/07/16 11:21:46 heikki Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.294.2.2 2010/07/27 19:01:04 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.250.2.2 2010/07/24 16:46:43 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.250.2.3 2010/07/27 19:01:04 petere Exp $ -->
2
2
3
3
<chapter id="datatype">
4
4
<title>Data Types</title>
@@ -1248,7 +1248,7 @@ SELECT E'\\xDEADBEEF';
1248
1248
represented as an ASCII character into special escape sequences.
1249
1249
If, from the point of view of the application, representing bytes
1250
1250
as characters makes sense, then this representation can be
1251
- convenient. But in practice it is usually confusing becauses it
1251
+ convenient. But in practice it is usually confusing because it
1252
1252
fuzzes up the distinction between binary strings and character
1253
1253
strings, and also the particular escape mechanism that was chosen is
1254
1254
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.57.4.1 2010/07/27 19:01:04 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.348.2.1 2010/07/27 19:01:04 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.313.2.1 2010/07/14 17:09:54 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.313.2.2 2010/07/27 19:01:04 petere Exp $ -->
2
2
3
3
<chapter id="libpq">
4
4
<title><application>libpq</application> - C Library</title>
@@ -1744,7 +1744,7 @@ PGresult *PQexecParams(PGconn *conn,
1744
1744
to be text strings.
1745
1745
</para>
1746
1746
<para>
1747
- Values passed in binary format require knowlege of
1747
+ Values passed in binary format require knowledge of
1748
1748
the internal representation expected by the backend.
1749
1749
For example, integers must be passed in network byte
1750
1750
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.39 2010/07/08 22:26:14 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.39.2.1 2010/07/27 19:01:04 petere Exp $ -->
2
2
3
3
<sect1 id="release-9-0">
4
4
<title>Release 9.0</title>
534
534
535
535
<listitem>
536
536
<para>
537
- Use the same random seed everytime GEQO plans a query (Andres
537
+ Use the same random seed every time GEQO plans a query (Andres
538
538
Freund)
539
539
</para>
540
540
686
686
<title>Monitoring</title>
687
687
<para>
688
688
With increased use of PostgreSQL in high-end production systems,
689
- users need increased monitoring. PostgresSQL 9.0 continues to add
689
+ users need increased monitoring. PostgreSQL 9.0 continues to add
690
690
more ways to monitor PostgreSQL applications.
691
691
</para>
692
692
745
745
Add <link
746
746
linkend="monitoring-stats-funcs-table"><function>pg_stat_reset_shared('bgwriter')</></link>
747
747
to reset the cluster-wide shared statistics of the
748
- bgwriter (Greg Smith)
748
+ background writer (Greg Smith)
749
749
</para>
750
750
</listitem>
751
751
754
754
Add <link
755
755
linkend="monitoring-stats-funcs-table"><function>pg_stat_reset_single_table_counters()</></link>
756
756
and <function>pg_stat_reset_single_function_counters()</>
757
- to allow the reseting of statistics counters for individual
757
+ to allow the resetting of statistics counters for individual
758
758
tables and indexes (Magnus Hagander)
759
759
</para>
760
760
</listitem>
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.68.2.2 2010/07/16 11:36:10 heikki Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.68.2.3 2010/07/27 19:01:04 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.7.14.1 2010/07/27 19:01:04 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