From: Bruce Momjian Date: Fri, 21 Jun 2002 19:17:40 +0000 (+0000) Subject: Mention dbsize in database sizing manual section. X-Git-Tag: REL7_3~1320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=561dca3263091a187cafec438a07735a88bf3cbd;p=postgresql Mention dbsize in database sizing manual section. --- diff --git a/doc/src/sgml/diskusage.sgml b/doc/src/sgml/diskusage.sgml index 3749c315ab..3a893da49b 100644 --- a/doc/src/sgml/diskusage.sgml +++ b/doc/src/sgml/diskusage.sgml @@ -1,5 +1,5 @@ @@ -85,6 +85,11 @@ play-# ORDER BY relpages DESC; + + dbsize loads functions into your database that allow + you to find the size of a table or database from inside + psql without the need for VACUUM/ANALYZE. + You can also use oid2name to show disk usage. See README.oid2name for examples. It includes a script