Skip to content

Commit c4e3b0c

Browse files
committed
Links to CUBE, SEG contrib items
1 parent a3694b4 commit c4e3b0c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

contrib/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.9 2000/10/31 13:11:28 petere Exp $
1+
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.10 2000/12/11 20:40:59 tgl Exp $
22

33
subdir = contrib
44
top_builddir = ..
55
include $(top_builddir)/src/Makefile.global
66

77
WANTED_DIRS = array \
8+
cube \
89
earthdistance \
910
findoidjoins \
1011
fulltextindex \
@@ -18,6 +19,7 @@ WANTED_DIRS = array \
1819
pg_dumplo \
1920
pgbench \
2021
pgcrypto \
22+
seg \
2123
soundex \
2224
spi \
2325
string \

contrib/README

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ array -
2929
Array iterator functions
3030
by Massimo Dal Zotto <dz@cs.unitn.it>
3131

32+
cube -
33+
Multidimensional-cube datatype (GiST indexing example)
34+
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
35+
3236
earthdistance -
3337
Operator for computing earth distance for two points
3438
by Hal Snyder <hal@vailsys.com>
@@ -82,6 +86,10 @@ pgcrypto -
8286
Cryptographic hash functions
8387
by Marko Kreen <marko@l-t.ee>
8488

89+
seg -
90+
Confidence-interval datatype (GiST indexing example)
91+
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
92+
8593
soundex -
8694
Soundex function
8795

0 commit comments

Comments
 (0)