]> granicus.if.org Git - postgresql/commitdiff
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)
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

index 879341cd02e882229dfbd47ea9e77074cad36ca2..63a9b9e567db4f02ffc1e745c5402bf460c345e8 100644 (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.
 
 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.