summaryrefslogtreecommitdiff
path: root/contrib/README
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/README
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/README')
-rw-r--r--contrib/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/README b/contrib/README
index c5ff55c2f1..ec9c04d3c3 100644
--- a/contrib/README
+++ b/contrib/README
@@ -48,7 +48,11 @@ dbase -
dblink -
Allows remote query execution
- by Joe Conway, joe.conway@mail.com
+ by Joe Conway <joe.conway@mail.com>
+
+dbsize -
+ Reports database and table disk space
+ by Peter Eisentraut <peter_e@gmx.net>
earthdistance -
Operator for computing earth distance for two points