diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-02-22 23:05:35 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-02-22 23:05:35 +0000 |
| commit | ad0787b2bd3403f0c14c72a9ea2e13501f90b7d3 (patch) | |
| tree | 5461119bd871534af3f48f05f5efb7041314516c /contrib/Makefile | |
| parent | 40bda4cbc4079c196090968f02fce58ed2274c55 (diff) | |
| download | postgresql-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/Makefile | 3 |
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 \ |
