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

Commit feac336

Browse files
author
Neil Conway
committed
Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gist
documentation.
1 parent 584bfe3 commit feac336

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

contrib/btree_gist/README.btree_gist

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
This is B-Tree implementation using GiST for int2, int4, int8, float4, float8
2-
timestamp with/without time zone, time with/without time zone, date,
3-
interval, oid, money and macaddr, char, varchar/text, bytea, numeric,
4-
bit, varbit, inet/cidr types.
1+
This is a B-Tree implementation using GiST that supports the int2, int4,
2+
int8, float4, float8 timestamp with/without time zone, time
3+
with/without time zone, date, interval, oid, money, macaddr, char,
4+
varchar/text, bytea, numeric, bit, varbit and inet/cidr types.
55

66
All work was done by Teodor Sigaev (teodor@stack.net) , Oleg Bartunov
77
(oleg@sai.msu.su), Janko Richter (jankorichter@yahoo.de).
@@ -23,9 +23,9 @@ NEWS:
2323
Feb 5, 2003 - btree_gist now support int2, int8, float4, float8
2424

2525
NOTICE:
26-
This version will works only with postgresql version 7.4 and above
27-
because of changes in interface of function calling and in system
28-
tables.
26+
This version will only work with PostgreSQL version 7.4 and above
27+
because of changes in the system catalogs and the function call
28+
interface.
2929

3030
If you want to index varchar attributes, you have to index using
3131
the function text(<varchar>):

contrib/rtree_gist/README.rtree_gist

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is R-Tree implementation using GiST.
1+
This is a R-Tree implementation using GiST.
22
Code (for PG95) are taken from http://s2k-ftp.cs.berkeley.edu:8000/gist/pggist/
33
and changed according to new version of GiST (7.1 and above)
44

@@ -24,10 +24,10 @@ CHANGES:
2424
2. gist_poly_ops is lossy
2525
3. NULLs support
2626
4. works with multi-key GiST
27-
27+
2828
NOTICE:
29-
This version will works only with postgresql version 7.1 and above
30-
because of changes in interface of function calling.
29+
This version will only work with PostgreSQL version 7.1 and above
30+
because of changes in the function call interface.
3131

3232
INSTALLATION:
3333

0 commit comments

Comments
 (0)