Skip to content
Snippets Groups Projects
Commit 561dca32 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Mention dbsize in database sizing manual section.

parent dad0e20f
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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"> <chapter id="diskusage">
...@@ -85,6 +85,11 @@ play-# ORDER BY relpages DESC; ...@@ -85,6 +85,11 @@ play-# ORDER BY relpages DESC;
</programlisting> </programlisting>
</para> </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> <para>
You can also use <application>oid2name</> to show disk usage. See You can also use <application>oid2name</> to show disk usage. See
<filename>README.oid2name</> for examples. It includes a script <filename>README.oid2name</> for examples. It includes a script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment