Commit c4e3b0c3 authored by Tom Lane's avatar Tom Lane

Links to CUBE, SEG contrib items

parent a3694b42
# $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 subdir = contrib
top_builddir = .. top_builddir = ..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
WANTED_DIRS = array \ WANTED_DIRS = array \
cube \
earthdistance \ earthdistance \
findoidjoins \ findoidjoins \
fulltextindex \ fulltextindex \
...@@ -18,6 +19,7 @@ WANTED_DIRS = array \ ...@@ -18,6 +19,7 @@ WANTED_DIRS = array \
pg_dumplo \ pg_dumplo \
pgbench \ pgbench \
pgcrypto \ pgcrypto \
seg \
soundex \ soundex \
spi \ spi \
string \ string \
......
...@@ -29,6 +29,10 @@ array - ...@@ -29,6 +29,10 @@ array -
Array iterator functions Array iterator functions
by Massimo Dal Zotto <dz@cs.unitn.it> by Massimo Dal Zotto <dz@cs.unitn.it>
cube -
Multidimensional-cube datatype (GiST indexing example)
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
earthdistance - earthdistance -
Operator for computing earth distance for two points Operator for computing earth distance for two points
by Hal Snyder <hal@vailsys.com> by Hal Snyder <hal@vailsys.com>
...@@ -82,6 +86,10 @@ pgcrypto - ...@@ -82,6 +86,10 @@ pgcrypto -
Cryptographic hash functions Cryptographic hash functions
by Marko Kreen <marko@l-t.ee> by Marko Kreen <marko@l-t.ee>
seg -
Confidence-interval datatype (GiST indexing example)
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
soundex - soundex -
Soundex function Soundex function
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment