Skip to content

Commit 561dca3

Browse files
committed
Mention dbsize in database sizing manual section.
1 parent dad0e20 commit 561dca3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/src/sgml/diskusage.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/diskusage.sgml,v 1.2 2002/06/21 19:06:44 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/diskusage.sgml,v 1.3 2002/06/21 19:17:40 momjian Exp $
33
-->
44

55
<chapter id="diskusage">
@@ -85,6 +85,11 @@ play-# ORDER BY relpages DESC;
8585
</programlisting>
8686
</para>
8787

88+
<para>
89+
<application>dbsize</> loads functions into your database that allow
90+
you to find the size of a table or database from inside
91+
<application>psql</> without the need for <command>VACUUM/ANALYZE.</>
92+
</para>
8893
<para>
8994
You can also use <application>oid2name</> to show disk usage. See
9095
<filename>README.oid2name</> for examples. It includes a script

0 commit comments

Comments
 (0)