We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad0e20 commit 561dca3Copy full SHA for 561dca3
doc/src/sgml/diskusage.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="diskusage">
@@ -85,6 +85,11 @@ play-# ORDER BY relpages DESC;
85
</programlisting>
86
</para>
87
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>
93
<para>
94
You can also use <application>oid2name</> to show disk usage. See
95
<filename>README.oid2name</> for examples. It includes a script
0 commit comments