mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
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
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user