1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gist

documentation.
This commit is contained in:
Neil Conway
2004-11-01 11:11:13 +00:00
parent 584bfe3d70
commit feac3364ed
2 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
This is R-Tree implementation using GiST.
This is a R-Tree implementation using GiST.
Code (for PG95) are taken from http://s2k-ftp.cs.berkeley.edu:8000/gist/pggist/
and changed according to new version of GiST (7.1 and above)
@ -24,10 +24,10 @@ CHANGES:
2. gist_poly_ops is lossy
3. NULLs support
4. works with multi-key GiST
NOTICE:
This version will works only with postgresql version 7.1 and above
because of changes in interface of function calling.
This version will only work with PostgreSQL version 7.1 and above
because of changes in the function call interface.
INSTALLATION: