summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/Makefile4
-rw-r--r--contrib/README8
2 files changed, 11 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index c60d2f0c121..5ebaafbf6a4 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,10 +1,11 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.9 2000/10/31 13:11:28 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.10 2000/12/11 20:40:59 tgl Exp $
subdir = contrib
top_builddir = ..
include $(top_builddir)/src/Makefile.global
WANTED_DIRS = array \
+ cube \
earthdistance \
findoidjoins \
fulltextindex \
@@ -18,6 +19,7 @@ WANTED_DIRS = array \
pg_dumplo \
pgbench \
pgcrypto \
+ seg \
soundex \
spi \
string \
diff --git a/contrib/README b/contrib/README
index ddb502d60d2..8ecdb602ab0 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