|
1 | 1 | <!-- |
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 $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="diskusage"> |
@@ -85,6 +85,11 @@ play-# ORDER BY relpages DESC; |
85 | 85 | </programlisting> |
86 | 86 | </para> |
87 | 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> |
88 | 93 | <para> |
89 | 94 | You can also use <application>oid2name</> to show disk usage. See |
90 | 95 | <filename>README.oid2name</> for examples. It includes a script |
|