Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0f76350

Browse files
committed
Spellchecking and such
1 parent 033cb9d commit 0f76350

35 files changed

+231
-228
lines changed

doc/src/sgml/backup.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.90 2006/10/12 19:38:08 neilc Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.91 2006/10/23 18:10:30 petere Exp $ -->
22

33
<chapter id="backup">
44
<title>Backup and Restore</title>
@@ -977,7 +977,7 @@ restore_command = 'cp /mnt/server/archivedir/%f %p'
977977
If recovery fails for an external reason, such as a system crash or
978978
the WAL archive has become inaccessible, then the recovery can be
979979
simply restarted and it will restart almost from where it failed.
980-
Restartable recovery works by writing a restartpoint record to the control
980+
Restartable recovery works by writing a restart-point record to the control
981981
file at the first safely usable checkpoint record found after
982982
<varname>checkpoint_timeout</> seconds.
983983
</para>
@@ -1188,7 +1188,7 @@ restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows
11881188

11891189
<para>
11901190
If we take a backup of the server files whilst a recovery is in progress,
1191-
we will be able to restart the recovery from the last restartpoint.
1191+
we will be able to restart the recovery from the last restart point.
11921192
That backup now has many of the changes from previous WAL archive files,
11931193
so this version is now an updated version of the original base backup.
11941194
If we need to recover, it will be faster to recover from the
@@ -1595,7 +1595,7 @@ if (!triggered)
15951595

15961596
<para>
15971597
An external program can call <function>pg_xlogfile_name_offset()</>
1598-
to find out the filename and the exact byte offset within it of
1598+
to find out the file name and the exact byte offset within it of
15991599
the latest WAL pointer. If the external program regularly polls
16001600
the server it can find out how far forward the pointer has
16011601
moved. It can then access the WAL file directly and copy those

doc/src/sgml/catalogs.sgml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.134 2006/09/22 23:20:13 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.135 2006/10/23 18:10:30 petere Exp $ -->
22
<!--
33
Documentation of the system catalogs, directed toward PostgreSQL developers
44
-->
@@ -405,7 +405,7 @@
405405
<entry><structfield>amclusterable</structfield></entry>
406406
<entry><type>bool</type></entry>
407407
<entry></entry>
408-
<entry>Can an index of this type be CLUSTERed on?</entry>
408+
<entry>Can an index of this type be clustered on?</entry>
409409
</row>
410410

411411
<row>
@@ -496,7 +496,7 @@
496496
<entry><structfield>amoptions</structfield></entry>
497497
<entry><type>regproc</type></entry>
498498
<entry><literal><link linkend="catalog-pg-proc"><structname>pg_proc</structname></link>.oid</literal></entry>
499-
<entry>Function to parse and validate reloptions for an index</entry>
499+
<entry>Function to parse and validate <structfield>reloptions</> for an index</entry>
500500
</row>
501501

502502
</tbody>
@@ -1209,7 +1209,7 @@
12091209
<entry><structfield>vac_scale_factor</structfield></entry>
12101210
<entry><type>float4</type></entry>
12111211
<entry></entry>
1212-
<entry>Multiplier for reltuples to add to
1212+
<entry>Multiplier for <structfield>reltuples</> to add to
12131213
<structfield>vac_base_thresh</></entry>
12141214
</row>
12151215

@@ -1224,7 +1224,7 @@
12241224
<entry><structfield>anl_scale_factor</structfield></entry>
12251225
<entry><type>float4</type></entry>
12261226
<entry></entry>
1227-
<entry>Multiplier for reltuples to add to
1227+
<entry>Multiplier for <structfield>reltuples</> to add to
12281228
<structfield>anl_base_thresh</></entry>
12291229
</row>
12301230

@@ -2043,7 +2043,7 @@
20432043
operation. All rows inserted or deleted by transaction IDs before this one
20442044
have been marked as known good or deleted. This
20452045
is used to determine when commit-log space can be recycled.
2046-
If InvalidTransactionId, then the minimum is unknown and can be
2046+
If <symbol>InvalidTransactionId</symbol>, then the minimum is unknown and can be
20472047
determined by scanning <structname>pg_class</>.<structfield>relvacuumxid</>.
20482048
</entry>
20492049
</row>
@@ -2058,7 +2058,7 @@
20582058
relabeled with a permanent (<quote>frozen</>) transaction ID in this
20592059
database. This is useful to check whether a database must be
20602060
vacuumed soon to avoid transaction ID wrap-around problems.
2061-
If InvalidTransactionId, then the minimum is unknown and can be
2061+
If <symbol>InvalidTransactionId</symbol>, then the minimum is unknown and can be
20622062
determined by scanning <structname>pg_class</>.<structfield>relminxid</>.
20632063
</entry>
20642064
</row>
@@ -3353,7 +3353,7 @@
33533353
<entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
33543354
<entry>
33553355
An array with the data types of the function arguments. This includes
3356-
only input arguments (including INOUT arguments), and thus represents
3356+
only input arguments (including <literal>INOUT</literal> arguments), and thus represents
33573357
the call signature of the function.
33583358
</entry>
33593359
</row>
@@ -3364,7 +3364,7 @@
33643364
<entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
33653365
<entry>
33663366
An array with the data types of the function arguments. This includes
3367-
all arguments (including OUT and INOUT arguments); however, if all the
3367+
all arguments (including <literal>OUT</literal> and <literal>INOUT</literal> arguments); however, if all the
33683368
arguments are IN arguments, this field will be null.
33693369
Note that subscripting is 1-based, whereas for historical reasons
33703370
<structfield>proargtypes</> is subscripted from 0.
@@ -3377,10 +3377,10 @@
33773377
<entry></entry>
33783378
<entry>
33793379
An array with the modes of the function arguments, encoded as
3380-
<literal>i</literal> for IN arguments,
3381-
<literal>o</literal> for OUT arguments,
3382-
<literal>b</literal> for INOUT arguments.
3383-
If all the arguments are IN arguments, this field will be null.
3380+
<literal>i</literal> for <literal>IN</> arguments,
3381+
<literal>o</literal> for <literal>OUT</> arguments,
3382+
<literal>b</literal> for <literal>INOUT</> arguments.
3383+
If all the arguments are <literal>IN</literal> arguments, this field will be null.
33843384
Note that subscripts correspond to positions of
33853385
<structfield>proallargtypes</> not <structfield>proargtypes</>.
33863386
</entry>
@@ -5031,7 +5031,7 @@
50315031

50325032
<para>
50335033
Advisory locks can be acquired on keys consisting of either a single
5034-
bigint value or two integer values. A bigint key is displayed with its
5034+
<type>bigint</type> value or two integer values. A <type>bigint</type> key is displayed with its
50355035
high-order half in the <structfield>classid</> column, its low-order half
50365036
in the <structfield>objid</> column, and <structfield>objsubid</> equal
50375037
to 1. Integer keys are displayed with the first key in the

doc/src/sgml/client-auth.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.93 2006/09/16 00:30:11 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.94 2006/10/23 18:10:30 petere Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -947,9 +947,9 @@ ldap://ldap.example.net/dc=example,dc=net;EXAMPLE\
947947
</para>
948948
<para>
949949
The server will bind to the distinguished name specified as
950-
<replaceable>base dn</> using the username supplied by the client.
950+
<replaceable>base dn</> using the user name supplied by the client.
951951
If <replaceable>prefix</> and <replaceable>suffix</> is
952-
specified, it will be prepended and appended to the username
952+
specified, it will be prepended and appended to the user name
953953
before the bind. Typically, the prefix parameter is used to specify
954954
<replaceable>cn=</>, or <replaceable>DOMAIN\</> in an Active
955955
Directory environment.

doc/src/sgml/config.sgml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.91 2006/10/19 22:55:25 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.92 2006/10/23 18:10:30 petere Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -75,7 +75,7 @@ shared_buffers = 128MB
7575
<programlisting>
7676
include 'filename'
7777
</programlisting>
78-
If the filename is not an absolute path, it is taken as relative to
78+
If the file name is not an absolute path, it is taken as relative to
7979
the directory containing the referencing configuration file.
8080
Inclusions can be nested.
8181
</para>
@@ -206,7 +206,7 @@ SET ENABLE_SEQSCAN TO OFF;
206206
<para>
207207
Specifies the main server configuration file
208208
(customarily called <filename>postgresql.conf</>).
209-
This parameter can only be set on the postgres command line.
209+
This parameter can only be set on the <command>postgres</command> command line.
210210
</para>
211211
</listitem>
212212
</varlistentry>
@@ -265,7 +265,7 @@ SET ENABLE_SEQSCAN TO OFF;
265265

266266
<para>
267267
If you wish to keep the configuration files elsewhere than the
268-
data directory, the postgres <option>-D</option>
268+
data directory, the <command>postgres</command> <option>-D</option>
269269
command-line option or <envar>PGDATA</envar> environment variable
270270
must point to the directory containing the configuration files,
271271
and the <varname>data_directory</> parameter must be set in
@@ -1422,8 +1422,8 @@ SET ENABLE_SEQSCAN TO OFF;
14221422
or power failure. The risks are similar to turning off
14231423
<varname>fsync</>, though smaller. It may be safe to turn off
14241424
this parameter if you have hardware (such as a battery-backed disk
1425-
controller) or filesystem software (e.g., Reiser4) that reduces
1426-
the risk of partial page writes to an acceptably low level.
1425+
controller) or file-system software that reduces
1426+
the risk of partial page writes to an acceptably low level (e.g., ReiserFS 4).
14271427
</para>
14281428

14291429
<para>
@@ -3901,18 +3901,18 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
39013901
<listitem>
39023902
<para>
39033903
This controls whether the array input parser recognizes
3904-
unquoted <literal>NULL</> as specifying a NULL array element.
3904+
unquoted <literal>NULL</> as specifying a null array element.
39053905
By default, this is <literal>on</>, allowing array values containing
3906-
NULLs to be entered. However, <productname>PostgreSQL</> versions
3907-
before 8.2 did not support NULLs in arrays, and therefore would
3906+
null values to be entered. However, <productname>PostgreSQL</> versions
3907+
before 8.2 did not support null values in arrays, and therefore would
39083908
treat <literal>NULL</> as specifying a normal array element with
39093909
the string value <quote>NULL</>. For backwards compatibility with
39103910
applications that require the old behavior, this variable can be
39113911
turned <literal>off</>.
39123912
</para>
39133913

39143914
<para>
3915-
Note that it is possible to create array values containing NULLs
3915+
Note that it is possible to create array values containing null values
39163916
even when this variable is <literal>off</>.
39173917
</para>
39183918
</listitem>

doc/src/sgml/cvs.sgml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.37 2006/03/10 19:10:47 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/cvs.sgml,v 1.38 2006/10/23 18:10:30 petere Exp $ -->
22

33
<appendix id="cvs">
44
<appendixinfo>
@@ -91,7 +91,7 @@ cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot co -P pgsql
9191
<para>
9292
If you have a fast link to the Internet, you may not need
9393
<option>-z3</option>, which instructs
94-
<productname>CVS</productname> to use gzip compression for transferred data. But
94+
<productname>CVS</productname> to use <command>gzip</command> compression for transferred data. But
9595
on a modem-speed link, it's a very substantial win.
9696
</para>
9797
</note>
@@ -131,8 +131,8 @@ cvs -z3
131131
update -d -P
132132
</programlisting>
133133

134-
This supplies the <option>-z3</option> option to all cvs commands, and the
135-
<option>-d</option> and <option>-P</option> options to cvs update. Then you just have
134+
This supplies the <option>-z3</option> option to all <command>cvs</> commands, and the
135+
<option>-d</option> and <option>-P</option> options to <command>cvs update</>. Then you just have
136136
to say
137137
<programlisting>
138138
cvs update
@@ -206,7 +206,7 @@ cvs checkout -r REL6_4 tc
206206

207207
<para>
208208
When you tag more than one file with the same tag you can think
209-
about the tag as <quote>a curve drawn through a matrix of filename vs.
209+
about the tag as <quote>a curve drawn through a matrix of file name vs.
210210
revision number</quote>. Say we have 5 files with the following revisions:
211211

212212
<programlisting>
@@ -304,7 +304,7 @@ cvs commit
304304
A major advantage to using
305305
<productname>CVSup</productname> is that it can reliably
306306
replicate the <emphasis>entire</emphasis> CVS repository on your local system,
307-
allowing fast local access to cvs operations such as <option>log</option>
307+
allowing fast local access to <command>cvs</> operations such as <option>log</option>
308308
and <option>diff</option>. Other advantages include fast synchronization to
309309
the <productname>PostgreSQL</productname> server due to an efficient
310310
streaming transfer protocol which only sends the changes since the last update.
@@ -445,7 +445,7 @@ CVSROOT/loginfo*
445445
</para>
446446

447447
<para>
448-
The following is a suggested <productname>CVSup</productname> config file from
448+
The following is a suggested <productname>CVSup</productname> configuration file from
449449
the <productname>PostgreSQL</>
450450
<ulink url="ftp://ftp.postgresql.org/pub/CVSup/README.cvsup">
451451
ftp site</ulink>
@@ -570,7 +570,7 @@ mv cvsup.1 ../doc/man/man1/
570570
<step>
571571
<para>
572572
If there is a directory structure in the tar file, then unpack
573-
the tar file within /usr/local/src and move the binaries into
573+
the tar file within <filename>/usr/local/src</filename> and move the binaries into
574574
the appropriate location as above.
575575
</para>
576576
</step>
@@ -645,7 +645,7 @@ $ which cvsup
645645

646646
<step>
647647
<para>
648-
Install the Modula-3 rpms:
648+
Install the Modula-3 RPMs:
649649

650650
<programlisting>
651651
# rpm -Uvh pm3*.rpm

doc/src/sgml/datatype.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.179 2006/10/18 16:43:13 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.180 2006/10/23 18:10:30 petere Exp $ -->
22

33
<chapter id="datatype">
44
<title id="datatype-title">Data Types</title>
@@ -3362,7 +3362,7 @@ SELECT * FROM pg_attribute
33623362
</indexterm>
33633363

33643364
<para>
3365-
<acronym>XML</> (eXtensible Markup Language) support is not one
3365+
<acronym>XML</> (Extensible Markup Language) support is not one
33663366
capability, but a variety of features supported by a database
33673367
system. These capabilities include storage, import/export,
33683368
validation, indexing, efficiency of modification, searching,
@@ -3429,7 +3429,7 @@ SELECT * FROM pg_attribute
34293429
indexes to index specific <acronym>XML</> fields. To index the
34303430
full contents of <acronym>XML</> documents, the full-text indexing
34313431
tool <filename>/contrib/tsearch2</> can be used. Of course,
3432-
tsearch2 indexes have no <acronym>XML</> awareness so additional
3432+
Tsearch2 indexes have no <acronym>XML</> awareness so additional
34333433
<filename>/contrib/xml2</> checks should be added to queries.
34343434
</para>
34353435
</listitem>
@@ -3466,7 +3466,7 @@ SELECT * FROM pg_attribute
34663466
<listitem>
34673467

34683468
<para>
3469-
<filename>/contrib/xml2</> supports <acronym>XSLT</> (XML
3469+
<filename>/contrib/xml2</> supports <acronym>XSLT</> (Extensible
34703470
Stylesheet Language Transformation).
34713471
</para>
34723472
</listitem>

doc/src/sgml/ddl.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.66 2006/10/22 03:03:40 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.67 2006/10/23 18:10:30 petere Exp $ -->
22

33
<chapter id="ddl">
44
<title>Data Definition</title>
@@ -2586,7 +2586,7 @@ UNION ALL SELECT * FROM measurement_y2006m01;
25862586

25872587
However, the need to
25882588
recreate the view adds an extra step to adding and dropping
2589-
individual partitions of the dataset.
2589+
individual partitions of the data set.
25902590
</para>
25912591
</sect2>
25922592

@@ -2778,15 +2778,15 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate &gt;= DATE '2006-01-01';
27782778
Constraint exclusion only works when the query's <literal>WHERE</>
27792779
clause contains constants. A parameterized query will not be
27802780
optimized, since the planner cannot know what partitions the
2781-
parameter value might select at runtime. For the same reason,
2781+
parameter value might select at run time. For the same reason,
27822782
<quote>stable</> functions such as <function>CURRENT_DATE</function>
27832783
must be avoided.
27842784
</para>
27852785
</listitem>
27862786

27872787
<listitem>
27882788
<para>
2789-
Avoid cross-datatype comparisons in the <literal>CHECK</>
2789+
Avoid cross-data type comparisons in the <literal>CHECK</>
27902790
constraints, as the planner will currently fail to prove such
27912791
conditions false. For example, the following constraint
27922792
will work if <varname>x</varname> is an <type>integer</type>
@@ -2802,7 +2802,7 @@ CHECK ( x = 1::bigint )
28022802
The problem is not limited to the <type>bigint</type> data type
28032803
&mdash; it can occur whenever the default data type of the
28042804
constant does not match the data type of the column to which it
2805-
is being compared. Cross-datatype comparisons in the supplied
2805+
is being compared. Cross-data type comparisons in the supplied
28062806
queries are usually OK, just not in the <literal>CHECK</> conditions.
28072807
</para>
28082808
</listitem>

doc/src/sgml/docguide.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.58 2006/10/23 14:13:43 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.59 2006/10/23 18:10:30 petere Exp $ -->
22

33
<appendix id="docguide">
44
<title>Documentation</title>
@@ -290,7 +290,7 @@ make install
290290
<envar>SGML_CATALOG_FILES</envar> to point to the file
291291
whenever you use <application>jade</application> later on.
292292
(This method is also an option if OpenJade is already
293-
installed and you want to install the rest of the toolchain
293+
installed and you want to install the rest of the tool chain
294294
locally.)
295295
</para>
296296
</step>

0 commit comments

Comments
 (0)