projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad0e20
)
Mention dbsize in database sizing manual section.
author
Bruce Momjian
Fri, 21 Jun 2002 19:17:40 +0000
(19:17 +0000)
committer
Bruce Momjian
Fri, 21 Jun 2002 19:17:40 +0000
(19:17 +0000)
doc/src/sgml/diskusage.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/diskusage.sgml
b/doc/src/sgml/diskusage.sgml
index 3749c315ab9732322d2acdceb471d582273b9b4e..3a893da49b6a8bd1ec23d22fa3b1928419331ce3 100644
(file)
--- 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