Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
feac3364
Commit
feac3364
authored
20 years ago
by
Neil Conway
Browse files
Options
Downloads
Patches
Plain Diff
Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gist
documentation.
parent
584bfe3d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/btree_gist/README.btree_gist
+7
-7
7 additions, 7 deletions
contrib/btree_gist/README.btree_gist
contrib/rtree_gist/README.rtree_gist
+4
-4
4 additions, 4 deletions
contrib/rtree_gist/README.rtree_gist
with
11 additions
and
11 deletions
contrib/btree_gist/README.btree_gist
+
7
−
7
View file @
feac3364
This is B-Tree implementation using GiST
for int2,
int
4
, int
8, 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
int
2
, int
4,
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
p
ostgre
sql
version 7.4 and above
because of changes in
interface of function calling and in system
tables
.
This version will
only work
with
P
ostgre
SQL
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>):
...
...
This diff is collapsed.
Click to expand it.
contrib/rtree_gist/README.rtree_gist
+
4
−
4
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)
...
...
@@ -26,8 +26,8 @@ CHANGES:
4. works with multi-key GiST
NOTICE:
This version will
works only
with
p
ostgre
sql
version 7.1 and above
because of changes in
interface of
function callin
g
.
This version will
only work
with
P
ostgre
SQL
version 7.1 and above
because of changes in
the
function call
in
terface
.
INSTALLATION:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment