Skip to content
Snippets Groups Projects
Commit 8bd0bedb authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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.
parent eb3901ec
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,8 @@ These functions report the actual file system space. Thus, users can ...@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment