Skip to content

Commit 5194b9d

Browse files
committed
Spell and markup checking
1 parent ee0e525 commit 5194b9d

Some content is hidden

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

70 files changed

+728
-731
lines changed

doc/src/sgml/arch-dev.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/arch-dev.sgml,v 2.34 2010/04/03 07:22:52 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/arch-dev.sgml,v 2.35 2010/08/17 04:37:20 petere Exp $ -->
22

33
<chapter id="overview">
44
<title>Overview of PostgreSQL Internals</title>
@@ -463,7 +463,7 @@
463463
needed, plus any auxiliary steps needed, such as sort nodes or
464464
aggregate-function calculation nodes. Most of these plan node
465465
types have the additional ability to do <firstterm>selection</>
466-
(discarding rows that do not meet a specified boolean condition)
466+
(discarding rows that do not meet a specified Boolean condition)
467467
and <firstterm>projection</> (computation of a derived column set
468468
based on given column values, that is, evaluation of scalar
469469
expressions where needed). One of the responsibilities of the

doc/src/sgml/bki.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/bki.sgml,v 1.23 2010/01/05 01:06:55 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/bki.sgml,v 1.24 2010/08/17 04:37:20 petere Exp $ -->
22

33
<chapter id="bki">
44
<title><acronym>BKI</acronym> Backend Interface</title>
@@ -122,7 +122,7 @@
122122
The table is created as shared if <literal>shared_relation</> is
123123
specified.
124124
It will have OIDs unless <literal>without_oids</> is specified.
125-
The table's rowtype OID (<structname>pg_type</> OID) can optionally
125+
The table's row type OID (<structname>pg_type</> OID) can optionally
126126
be specified via the <literal>rowtype_oid</> clause; if not specified,
127127
an OID is automatically generated for it. (The <literal>rowtype_oid</>
128128
clause is useless if <literal>bootstrap</> is specified, but it can be

doc/src/sgml/btree-gin.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/btree-gin.sgml,v 1.1 2009/03/25 23:20:01 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/btree-gin.sgml,v 1.2 2010/08/17 04:37:20 petere Exp $ -->
22

33
<sect1 id="btree-gin">
44
<title>btree_gin</title>
@@ -9,7 +9,7 @@
99

1010
<para>
1111
<filename>btree_gin</> provides sample GIN operator classes that
12-
implement B-Tree equivalent behavior for the data types
12+
implement B-tree equivalent behavior for the data types
1313
<type>int2</>, <type>int4</>, <type>int8</>, <type>float4</>,
1414
<type>float8</>, <type>timestamp with time zone</>,
1515
<type>timestamp without time zone</>, <type>time with time zone</>,
@@ -21,12 +21,12 @@
2121

2222
<para>
2323
In general, these operator classes will not outperform the equivalent
24-
standard btree index methods, and they lack one major feature of the
25-
standard btree code: the ability to enforce uniqueness. However,
24+
standard B-tree index methods, and they lack one major feature of the
25+
standard B-tree code: the ability to enforce uniqueness. However,
2626
they are useful for GIN testing and as a base for developing other
2727
GIN operator classes. Also, for queries that test both a GIN-indexable
28-
column and a btree-indexable column, it might be more efficient to create
29-
a multi-column GIN index that uses one of these opclasses than to create
28+
column and a B-tree-indexable column, it might be more efficient to create
29+
a multicolumn GIN index that uses one of these operator classes than to create
3030
two separate indexes that would have to be combined via bitmap ANDing.
3131
</para>
3232

doc/src/sgml/btree-gist.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/btree-gist.sgml,v 1.7 2010/08/03 15:15:31 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/btree-gist.sgml,v 1.8 2010/08/17 04:37:20 petere Exp $ -->
22

33
<sect1 id="btree-gist">
44
<title>btree_gist</title>
@@ -9,7 +9,7 @@
99

1010
<para>
1111
<filename>btree_gist</> provides sample GiST operator classes that
12-
implement B-Tree equivalent behavior for the data types
12+
implement B-tree equivalent behavior for the data types
1313
<type>int2</>, <type>int4</>, <type>int8</>, <type>float4</>,
1414
<type>float8</>, <type>numeric</>, <type>timestamp with time zone</>,
1515
<type>timestamp without time zone</>, <type>time with time zone</>,
@@ -21,8 +21,8 @@
2121

2222
<para>
2323
In general, these operator classes will not outperform the equivalent
24-
standard btree index methods, and they lack one major feature of the
25-
standard btree code: the ability to enforce uniqueness. However,
24+
standard B-tree index methods, and they lack one major feature of the
25+
standard B-tree code: the ability to enforce uniqueness. However,
2626
they are useful for GiST testing and as a base for developing other
2727
GiST operator classes.
2828
</para>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy