aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/diskusage.sgml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/sgml/diskusage.sgml b/doc/src/sgml/diskusage.sgml
index 3749c315ab9..3a893da49b6 100644
--- a/doc/src/sgml/diskusage.sgml
+++ b/doc/src/sgml/diskusage.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/diskusage.sgml,v 1.2 2002/06/21 19:06:44 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/diskusage.sgml,v 1.3 2002/06/21 19:17:40 momjian Exp $
-->
<chapter id="diskusage">
@@ -86,6 +86,11 @@ play-# ORDER BY relpages DESC;
</para>
<para>
+ <application>dbsize</> loads functions into your database that allow
+ you to find the size of a table or database from inside
+ <application>psql</> without the need for <command>VACUUM/ANALYZE.</>
+ </para>
+ <para>
You can also use <application>oid2name</> to show disk usage. See
<filename>README.oid2name</> for examples. It includes a script
shows disk usage for each database.