summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-12-11 20:40:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-12-11 20:40:59 +0000
commitc4e3b0c3aa1157c2c049a289b74b56d9aa2b5d47 (patch)
treed25b4a468cbfba0f5e7e4e9710fbbf36fa7a77f7 /contrib/README
parenta3694b420f194ba26f3bf721f4a53fc0a43c2581 (diff)
downloadpostgresql-c4e3b0c3aa1157c2c049a289b74b56d9aa2b5d47.tar.gz
Links to CUBE, SEG contrib items
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index ddb502d60d..8ecdb602ab 100644
--- a/contrib/README
+++ b/contrib/README
@@ -29,6 +29,10 @@ array -
Array iterator functions
by Massimo Dal Zotto <dz@cs.unitn.it>
+cube -
+ Multidimensional-cube datatype (GiST indexing example)
+ by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
+
earthdistance -
Operator for computing earth distance for two points
by Hal Snyder <hal@vailsys.com>
@@ -82,6 +86,10 @@ pgcrypto -
Cryptographic hash functions
by Marko Kreen <marko@l-t.ee>
+seg -
+ Confidence-interval datatype (GiST indexing example)
+ by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
+
soundex -
Soundex function