From: Bruce Momjian Date: Sun, 23 Jun 2002 20:09:23 +0000 (+0000) Subject: Update dbsize documentation with: X-Git-Tag: REL7_3~1310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bd0bedb62ed940d1be58466d19382414165b0e1;p=postgresql 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. --- diff --git a/contrib/dbsize/README.dbsize b/contrib/dbsize/README.dbsize index 879341cd02..63a9b9e567 100644 --- a/contrib/dbsize/README.dbsize +++ b/contrib/dbsize/README.dbsize @@ -8,4 +8,8 @@ These functions report the actual file system space. Thus, users can avoid digging through the details of the database directories. 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.