Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfeac336

Browse files
author
Neil Conway
committed
Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gist
documentation.
1 parent584bfe3 commitfeac336

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎contrib/btree_gist/README.btree_gist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
This is B-Tree implementation using GiSTforint2, int4, int8, float4, float8
2-
timestamp with/without time zone, timewith/without time zone,date,
3-
interval, oid, money and macaddr, char, varchar/text, bytea, numeric,
4-
bit, varbit, inet/cidr types.
1+
This isaB-Tree implementation using GiSTthat supports theint2, int4,
2+
int8, float4, float8 timestampwith/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 willworksonly withpostgresql version 7.4 and above
27-
because of changes ininterface of function callingandin system
28-
tables.
26+
This version will onlyworkwithPostgreSQL version 7.4 and above
27+
because of changes inthe system catalogsandthe 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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is R-Tree implementation using GiST.
1+
This isaR-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 willworksonly withpostgresql version 7.1 and above
30-
because of changes ininterface offunctioncalling.
29+
This version will onlyworkwithPostgreSQL version 7.1 and above
30+
because of changes inthefunctioncall interface.
3131

3232
INSTALLATION:
3333

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp