Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
feac3364
Commit
feac3364
authored
Nov 01, 2004
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gist
documentation.
parent
584bfe3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
contrib/btree_gist/README.btree_gist
contrib/btree_gist/README.btree_gist
+7
-7
contrib/rtree_gist/README.rtree_gist
contrib/rtree_gist/README.rtree_gist
+4
-4
No files found.
contrib/btree_gist/README.btree_gist
View file @
feac3364
This is
B-Tree implementation using GiST for int2, int4, int8, float4, float8
timestamp with/without time zone, time with/without time zone, date,
interval, oid, money and macaddr, char, varchar/text, bytea, numeric
,
bit, varbit,
inet/cidr types.
This is
a B-Tree implementation using GiST that supports the int2, int4,
int8, float4, float8 timestamp with/without time zone, time
with/without time zone, date, interval, oid, money, macaddr, char
,
varchar/text, bytea, numeric, bit, varbit and
inet/cidr types.
All work was done by Teodor Sigaev (teodor@stack.net) , Oleg Bartunov
(oleg@sai.msu.su), Janko Richter (jankorichter@yahoo.de).
...
...
@@ -23,9 +23,9 @@ NEWS:
Feb 5, 2003 - btree_gist now support int2, int8, float4, float8
NOTICE:
This version will
works only with postgresql
version 7.4 and above
because of changes in
interface of function calling and in system
tables
.
This version will
only work with PostgreSQL
version 7.4 and above
because of changes in
the system catalogs and the function call
interface
.
If you want to index varchar attributes, you have to index using
the function text(<varchar>):
...
...
contrib/rtree_gist/README.rtree_gist
View file @
feac3364
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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment