]> granicus.if.org Git - postgresql/commit
Update dbsize documentation with:
authorBruce Momjian <bruce@momjian.us>
Sun, 23 Jun 2002 20:09:23 +0000 (20:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 23 Jun 2002 20:09:23 +0000 (20:09 +0000)
commit8bd0bedb62ed940d1be58466d19382414165b0e1
treee435080ec0c2ef5defe47615744f67d58e4ec162
parenteb3901ec0d70d8e728f22686f7c00141d7d908f1
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.
contrib/dbsize/README.dbsize