Contents
dbsize
A former contrib module with functions providing size-related information
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
dbsize
is a former contrib module with functions providing information about the size of various items, including database, tablespace, and relation sizes.
dbsize
was added in PostgreSQL 7.3; the functions it provided were integrated as core functions in PostgreSQL 8.1.
Change history
- PostgreSQL 8.1
- functions integrated as system functions (commit 358a897f)
- PostgreSQL 8.0
- following functions added (commit 528ac10c):
- PostgreSQL 7.3
- added (commit ad0787b2)
References
- Last available README: README.dbsize