OSDN Git Service

Move dbsize functions into the backend. New functions:
authorBruce Momjian <bruce@momjian.us>
Fri, 29 Jul 2005 14:47:04 +0000 (14:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 29 Jul 2005 14:47:04 +0000 (14:47 +0000)
commit358a897fa1d7ff49c350f2cb7a0372c0f67dfb88
tree3430a9317a4bbe48d2ac93b8c786694e7c13f3a6
parentb05801c828e74bd5d03183cd970edcd11d62c347
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
contrib/Makefile
contrib/dbsize/Makefile [deleted file]
contrib/dbsize/README.dbsize [deleted file]
contrib/dbsize/dbsize.sql.in [deleted file]
doc/src/sgml/diskusage.sgml
doc/src/sgml/func.sgml
src/backend/utils/adt/Makefile
src/backend/utils/adt/dbsize.c [moved from contrib/dbsize/dbsize.c with 50% similarity]
src/include/catalog/pg_proc.h
src/include/utils/builtins.h