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

Commit b6ea172

Browse files
committed
Spell checking and markup additions
1 parent 108a0ec commit b6ea172

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+360
-360
lines changed

doc/src/sgml/bki.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.9 2001/11/21 22:57:01 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.10 2002/03/22 19:20:02 petere Exp $
33
-->
44

55
<chapter id="bki">
@@ -23,7 +23,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.9 2001/11/21 22:57:01 tgl Exp
2323
part of building and installing <productname>PostgreSQL</productname>
2424
by a program named <filename>genbki.sh</filename> from some
2525
specially formatted C header files in the source tree. The created
26-
BKI file is called <filename>postgres.bki</filename> and is
26+
<acronym>BKI</acronym> file is called <filename>postgres.bki</filename> and is
2727
normally installed in the
2828
<filename>share</filename> subdirectory of the installation tree.
2929
</para>
@@ -46,7 +46,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.9 2001/11/21 22:57:01 tgl Exp
4646
</para>
4747

4848
<para>
49-
BKI input consists of a sequence of commands. Commands are made up
49+
<acronym>BKI</acronym> input consists of a sequence of commands. Commands are made up
5050
of a number of tokens, depending on the syntax of the command.
5151
Tokens are usually separated by whitespace, but need not be if
5252
there is no ambiguity. There is no special command separator; the
@@ -64,7 +64,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/bki.sgml,v 1.9 2001/11/21 22:57:01 tgl Exp
6464
</sect1>
6565

6666
<sect1 id="bki-commands">
67-
<title>BKI Commands</title>
67+
<title><acronym>BKI</acronym> Commands</title>
6868

6969
<variablelist>
7070
<varlistentry>

doc/src/sgml/catalogs.sgml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Documentation of the system catalogs, directed toward PostgreSQL developers
3-
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.35 2002/03/20 19:43:24 tgl Exp $
3+
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.36 2002/03/22 19:20:03 petere Exp $
44
-->
55

66
<chapter id="catalogs">
@@ -222,7 +222,7 @@
222222
<entry>aggbasetype</entry>
223223
<entry><type>oid</type></entry>
224224
<entry>pg_type.oid</entry>
225-
<entry>The input datatype for this aggregate function</entry>
225+
<entry>The input data type for this aggregate function</entry>
226226
</row>
227227
<row>
228228
<entry>aggtranstype</entry>
@@ -386,8 +386,8 @@
386386
of statistics accumulated for this column by
387387
<command>ANALYZE</command>.
388388
A zero value indicates that no statistics should be collected.
389-
The exact meaning of positive values is datatype-dependent.
390-
For scalar datatypes, <structfield>attstattarget</structfield>
389+
The exact meaning of positive values is data type-dependent.
390+
For scalar data types, <structfield>attstattarget</structfield>
391391
is both the target number of <quote>most common values</quote>
392392
to collect, and the target number of histogram bins to create.
393393
</entry>
@@ -533,7 +533,7 @@
533533
<title>pg_class</title>
534534

535535
<para>
536-
<structname>pg_class</structname> catalogues tables and mostly
536+
<structname>pg_class</structname> catalogs tables and mostly
537537
everything else that has columns or is otherwise similar to a
538538
table. This includes indexes (but see also
539539
<structname>pg_index</structname>), sequences, views, and some
@@ -584,7 +584,7 @@
584584
<entry>relam</entry>
585585
<entry><type>oid</type></entry>
586586
<entry>pg_am.oid</entry>
587-
<entry>If this is an index, the access method used (btree, hash, etc.)</entry>
587+
<entry>If this is an index, the access method used (B-tree, hash, etc.)</entry>
588588
</row>
589589

590590
<row>
@@ -624,7 +624,7 @@
624624
<entry><type>oid</type></entry>
625625
<entry>pg_class.oid</entry>
626626
<entry>
627-
Oid of the TOAST table associated with this table, 0 if none.
627+
OID of the TOAST table associated with this table, 0 if none.
628628
The TOAST table stores large attributes <quote>out of
629629
line</quote> in a secondary table.
630630
</entry>
@@ -909,7 +909,7 @@
909909
The pg_description table can store an optional description or
910910
comment for each database object. Descriptions can be manipulated
911911
with the <command>COMMENT</command> command. Client applications
912-
can view the descriptions by joining with this table. Many builtin
912+
can view the descriptions by joining with this table. Many built-in
913913
system objects have comments associated with them that are shown by
914914
<application>psql</application>'s <literal>\d</literal> commands.
915915
</para>
@@ -1648,7 +1648,7 @@
16481648
<entry><type>bool</type></entry>
16491649
<entry></entry>
16501650
<entry>Function returns a set (ie, multiple values of the specified
1651-
datatype)</entry>
1651+
data type)</entry>
16521652
</row>
16531653

16541654
<row>
@@ -2128,7 +2128,7 @@
21282128
<entry></entry>
21292129
<entry>Column data values of the appropriate kind for the Nth
21302130
<quote>slot</quote>, or NULL if the slot kind does not store any data values.
2131-
For datatype independence, all column data values are converted
2131+
For data-type independence, all column data values are converted
21322132
to external textual form and stored as TEXT datums.
21332133
</entry>
21342134
</row>
@@ -2271,7 +2271,7 @@
22712271
<title>pg_type</title>
22722272

22732273
<para>
2274-
This catalog stores information about datatypes. Scalar types
2274+
This catalog stores information about data types. Scalar types
22752275
(<quote>base types</>) are created with <command>CREATE TYPE</command>.
22762276
A complex type is also created for each table in the database, to
22772277
represent the row structure of the table. It is also possible to create
@@ -2369,7 +2369,7 @@
23692369
<entry></entry>
23702370
<entry>Character that separates two values of this type when parsing
23712371
array input. Note that the delimiter is associated with the array
2372-
element datatype, not the array datatype.</entry>
2372+
element data type, not the array data type.</entry>
23732373
</row>
23742374

23752375
<row>
@@ -2402,7 +2402,7 @@
24022402
<type>name</type> and <type>oidvector</type>.
24032403
If a fixed-length type has a <structfield>typelem</structfield> then
24042404
its internal representation must be N values of the
2405-
<structfield>typelem</structfield> datatype with no other data.
2405+
<structfield>typelem</structfield> data type with no other data.
24062406
Variable-length array types have a header defined by the array
24072407
subroutines.
24082408
</entry>

doc/src/sgml/charset.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.22 2002/03/05 05:52:42 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.23 2002/03/22 19:20:05 petere Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -178,7 +178,7 @@ export LANG=sv_SE
178178
by recording the values of <envar>LC_COLLATE</> and <envar>LC_CTYPE</>
179179
that are seen by <application>initdb</>. The server automatically adopts
180180
those two values when it is started; only the other <envar>LC_</>
181-
categories can be set from the environment at server startup.
181+
categories can be set from the environment at server start-up.
182182
In short, only one collation order can be used in a database cluster,
183183
and it is chosen at <application>initdb</> time.
184184
</para>

doc/src/sgml/client-auth.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.32 2002/01/20 22:19:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.33 2002/03/22 19:20:06 petere Exp $
33
-->
44

55
<chapter id="client-authentication">
@@ -366,7 +366,7 @@ hostssl <replaceable>database</replaceable> <replaceable>IP-address</replaceable
366366
<indexterm>
367367
<primary>SIGHUP</primary>
368368
</indexterm>
369-
The <filename>pg_hba.conf</filename> file is read on startup
369+
The <filename>pg_hba.conf</filename> file is read on start-up
370370
and when the <application>postmaster</> receives a
371371
<systemitem>SIGHUP</systemitem> signal. If you edit the file on an
372372
active system, you will need to signal the <application>postmaster</>
@@ -750,7 +750,7 @@ local all md5 admins
750750
<indexterm>
751751
<primary>SIGHUP</primary>
752752
</indexterm>
753-
The <filename>pg_ident.conf</filename> file is read on startup
753+
The <filename>pg_ident.conf</filename> file is read on start-up
754754
and when the <application>postmaster</> receives a
755755
<systemitem>SIGHUP</systemitem> signal. If you edit the file on an
756756
active system, you will need to signal the <application>postmaster</>

doc/src/sgml/datatype.sgml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.85 2002/03/05 06:14:45 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.86 2002/03/22 19:20:07 petere Exp $
33
-->
44

55
<chapter id="datatype">
@@ -1522,31 +1522,31 @@ SELECT b, char_length(b) FROM test2;
15221522
</thead>
15231523
<tbody>
15241524
<row>
1525-
<entry>04:05:06.789</entry>
1525+
<entry><literal>04:05:06.789</literal></entry>
15261526
<entry>ISO 8601</entry>
15271527
</row>
15281528
<row>
1529-
<entry>04:05:06</entry>
1529+
<entry><literal>04:05:06</literal></entry>
15301530
<entry>ISO 8601</entry>
15311531
</row>
15321532
<row>
1533-
<entry>04:05</entry>
1533+
<entry><literal>04:05</literal></entry>
15341534
<entry>ISO 8601</entry>
15351535
</row>
15361536
<row>
1537-
<entry>040506</entry>
1537+
<entry><literal>040506</literal></entry>
15381538
<entry>ISO 8601</entry>
15391539
</row>
15401540
<row>
1541-
<entry>04:05 AM</entry>
1541+
<entry><literal>04:05 AM</literal></entry>
15421542
<entry>Same as 04:05; AM does not affect value</entry>
15431543
</row>
15441544
<row>
1545-
<entry>04:05 PM</entry>
1545+
<entry><literal>04:05 PM</literal></entry>
15461546
<entry>Same as 16:05; input hour must be <= 12</entry>
15471547
</row>
15481548
<row>
1549-
<entry>allballs</entry>
1549+
<entry><literal>allballs</literal></entry>
15501550
<entry>Same as 00:00:00</entry>
15511551
</row>
15521552
</tbody>
@@ -1811,39 +1811,39 @@ January 8 04:05:06 1999 PST
18111811
</thead>
18121812
<tbody>
18131813
<row>
1814-
<entry>epoch</entry>
1814+
<entry><literal>epoch</literal></entry>
18151815
<entry>1970-01-01 00:00:00+00 (Unix system time zero)</entry>
18161816
</row>
18171817
<row>
1818-
<entry>infinity</entry>
1818+
<entry><literal>infinity</literal></entry>
18191819
<entry>Later than other valid times</entry>
18201820
</row>
18211821
<row>
1822-
<entry>-infinity</entry>
1822+
<entry><literal>-infinity</literal></entry>
18231823
<entry>Earlier than other valid times</entry>
18241824
</row>
18251825
<row>
1826-
<entry>invalid</entry>
1826+
<entry><literal>invalid</literal></entry>
18271827
<entry>Illegal entry</entry>
18281828
</row>
18291829
<row>
1830-
<entry>now</entry>
1830+
<entry><literal>now</literal></entry>
18311831
<entry>Current transaction time</entry>
18321832
</row>
18331833
<row>
1834-
<entry>today</entry>
1834+
<entry><literal>today</literal></entry>
18351835
<entry>Midnight today</entry>
18361836
</row>
18371837
<row>
1838-
<entry>tomorrow</entry>
1838+
<entry><literal>tomorrow</literal></entry>
18391839
<entry>Midnight tomorrow</entry>
18401840
</row>
18411841
<row>
1842-
<entry>yesterday</entry>
1842+
<entry><literal>yesterday</literal></entry>
18431843
<entry>Midnight yesterday</entry>
18441844
</row>
18451845
<row>
1846-
<entry>zulu, allballs, z</entry>
1846+
<entry><literal>zulu</>, <literal>allballs</>, <literal>z</></entry>
18471847
<entry>00:00:00.00 GMT</entry>
18481848
</row>
18491849
</tbody>
@@ -2083,7 +2083,7 @@ January 8 04:05:06 1999 PST
20832083
</listitem>
20842084
<listitem>
20852085
<para>
2086-
The <envar>PGTZ</envar> environment variable, if set at the client, is used by libpq
2086+
The <envar>PGTZ</envar> environment variable, if set at the client, is used by <application>libpq</application>
20872087
to send a <command>SET TIME ZONE</command> command to the backend upon
20882088
connection.
20892089
</para>
@@ -2117,7 +2117,7 @@ January 8 04:05:06 1999 PST
21172117

21182118
<note>
21192119
<para>
2120-
If the runtime option <literal>AUSTRALIAN_TIMEZONES</literal> is set
2120+
If the run-time option <literal>AUSTRALIAN_TIMEZONES</literal> is set
21212121
then <literal>CST</literal> and <literal>EST</literal> refer to
21222122
Australian time zones, not American ones.
21232123
</para>

doc/src/sgml/datetime.sgml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.26 2002/01/20 22:19:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.27 2002/03/22 19:20:07 petere Exp $
33
Date/time details
44
-->
55

@@ -150,31 +150,31 @@ Date/time details
150150
</thead>
151151
<tbody>
152152
<row>
153-
<entry>ABSTIME</entry>
153+
<entry><literal>ABSTIME</literal></entry>
154154
<entry>Keyword ignored</entry>
155155
</row>
156156
<row>
157-
<entry>AM</entry>
157+
<entry><literal>AM</literal></entry>
158158
<entry>Time is before 12:00</entry>
159159
</row>
160160
<row>
161-
<entry>AT</entry>
161+
<entry><literal>AT</literal></entry>
162162
<entry>Keyword ignored</entry>
163163
</row>
164164
<row>
165-
<entry>JULIAN, JD, J</entry>
165+
<entry><literal>JULIAN</>, <literal>JD</>, <literal>J</></entry>
166166
<entry>Next field is Julian Day</entry>
167167
</row>
168168
<row>
169-
<entry>ON</entry>
169+
<entry><literal>ON</literal></entry>
170170
<entry>Keyword ignored</entry>
171171
</row>
172172
<row>
173-
<entry>PM</entry>
173+
<entry><literal>PM</literal></entry>
174174
<entry>Time is on or after after 12:00</entry>
175175
</row>
176176
<row>
177-
<entry>T</entry>
177+
<entry><literal>T</literal></entry>
178178
<entry>Next field is time</entry>
179179
</row>
180180
</tbody>
@@ -186,7 +186,7 @@ Date/time details
186186
The keyword <literal>ABSTIME</literal> is ignored for historical
187187
reasons; in very old releases of
188188
<productname>PostgreSQL</productname> invalid <type>ABSTIME</type>
189-
fields were emitted as <quote>Invalid Abstime</quote>. This is no
189+
fields were emitted as <literal>Invalid Abstime</literal>. This is no
190190
longer the case however and this keyword will likely be dropped in
191191
a future release.
192192
</para>
@@ -753,7 +753,7 @@ Date/time details
753753
</para>
754754

755755
<para>
756-
If the runtime option <literal>AUSTRALIAN_TIMEZONES</literal> is set
756+
If the run-time option <literal>AUSTRALIAN_TIMEZONES</literal> is set
757757
then <literal>CST</literal>, <literal>EST</literal>, and
758758
<literal>SAT</literal> will be
759759
interpreted as Australian timezone names. Without this option,

0 commit comments

Comments
 (0)