Update dbsize documentation with:

Copy this directory to contrib/dbsize in your PostgreSQL source tree.
Then just run make; make install.  Finally, load the functions into any
database using dbsize.sql.

When computing the size of a table, it does not include TOAST or index
disk space.
This commit is contained in:
Bruce Momjian 2002-06-23 20:09:23 +00:00
parent eb3901ec0d
commit 8bd0bedb62
1 changed files with 5 additions and 1 deletions

View File

@ -8,4 +8,8 @@ These functions report the actual file system space. Thus, users can
avoid digging through the details of the database directories. avoid digging through the details of the database directories.
Copy this directory to contrib/dbsize in your PostgreSQL source tree. Copy this directory to contrib/dbsize in your PostgreSQL source tree.
Then just run make; make install. Then just run make; make install. Finally, load the functions into any
database using dbsize.sql.
When computing the size of a table, it does not include TOAST or index
disk space.