diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-07-29 14:47:04 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-07-29 14:47:04 +0000 |
| commit | 358a897fa1d7ff49c350f2cb7a0372c0f67dfb88 (patch) | |
| tree | 3430a9317a4bbe48d2ac93b8c786694e7c13f3a6 /contrib/Makefile | |
| parent | b05801c828e74bd5d03183cd970edcd11d62c347 (diff) | |
| download | postgresql-358a897fa1d7ff49c350f2cb7a0372c0f67dfb88.tar.gz | |
Move dbsize functions into the backend. New functions:
pg_tablespace_size
pg_database_size
pg_relation_size
pg_complete_relation_size
pg_size_pretty
Remove /contrib/dbsize.
Dave Page
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 460fe8a97f..d569569895 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.57 2005/07/01 19:23:04 tgl Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.58 2005/07/29 14:46:55 momjian Exp $ subdir = contrib top_builddir = .. @@ -11,7 +11,6 @@ WANTED_DIRS = \ dbase \ dblink \ dbmirror \ - dbsize \ earthdistance \ fulltextindex \ fuzzystrmatch \ |
