-# $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 \
pg_dumplo \
pgbench \
pgcrypto \
+ seg \
soundex \
spi \
string \
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
Cryptographic hash functions
by Marko Kreen
+seg -
+ Confidence-interval datatype (GiST indexing example)
+ by Gene Selkov, Jr.
+
soundex -
Soundex function