Links to CUBE, SEG contrib items
authorTom Lane
Mon, 11 Dec 2000 20:40:59 +0000 (20:40 +0000)
committerTom Lane
Mon, 11 Dec 2000 20:40:59 +0000 (20:40 +0000)
contrib/Makefile
contrib/README

index c60d2f0c121fa0f1ca8add98a21ebf0f1fcce589..5ebaafbf6a4e9e8d8c3e635455562aeb82617b5b 100644 (file)
@@ -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      \
index ddb502d60d2f5885f80661860ca1183b87d769a2..8ecdb602ab024653360ec9765301cb6852dba059 100644 (file)
@@ -29,6 +29,10 @@ array -
    Array iterator functions
    by Massimo Dal Zotto 
 
+cube -
+   Multidimensional-cube datatype (GiST indexing example)
+   by Gene Selkov, Jr. 
+
 earthdistance -
    Operator for computing earth distance for two points
    by Hal Snyder 
@@ -82,6 +86,10 @@ pgcrypto -
    Cryptographic hash functions
    by Marko Kreen 
 
+seg -
+   Confidence-interval datatype (GiST indexing example)
+   by Gene Selkov, Jr. 
+
 soundex -
    Soundex function