On Mon, 23 Jun 2008, Reynolds, Gregory A wrote:
In past versions there was a contrib/dbsize command that would tell you how much storage space was being taken by a table. Is that is still a supported feature in 8.3, and if so what is the syntax or where is the documentation on how to use it?
The low-level functions are documented at http://www.postgresql.org/docs/current/static/functions-admin.html#FUNCTIONS-ADMIN-DBSIZE
Check out http://wiki.postgresql.org/wiki/Disk_Usage for some samples of how to actually use them.
-- * Greg Smith gsmith@xxxxxxxxxxxxx http://www.gregsmith.com Baltimore, MD