summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-22 23:05:35 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-22 23:05:35 +0000
commitad0787b2bd3403f0c14c72a9ea2e13501f90b7d3 (patch)
tree5461119bd871534af3f48f05f5efb7041314516c /contrib/Makefile
parent40bda4cbc4079c196090968f02fce58ed2274c55 (diff)
downloadpostgresql-ad0787b2bd3403f0c14c72a9ea2e13501f90b7d3.tar.gz
I've written on like that a while ago:
http://webmail.postgresql.org/~petere/dbsize.html The tarball can be rolled into contrib -- now that I think of it I don't know why I never did that. Never imagined this would have anything to do with that TODO item, though. I figured oid2name accomplished that. Peter Eisentraut peter_e@gmx.net
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index f31f604ed3..fc265216e1 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.30 2001/10/12 23:19:09 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.31 2002/02/22 23:05:34 momjian Exp $
subdir = contrib
top_builddir = ..
@@ -11,6 +11,7 @@ WANTED_DIRS = \
cube \
dbase \
dblink \
+ dbsize \
earthdistance \
findoidjoins \
fulltextindex \