From 561dca3263091a187cafec438a07735a88bf3cbd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 21 Jun 2002 19:17:40 +0000 Subject: [PATCH] Mention dbsize in database sizing manual section. --- doc/src/sgml/diskusage.sgml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 @@ @@ -86,6 +86,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 shows disk usage for each database. -- 2.11.0