projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bba67a
)
Mention vacuum for relpages.
author
Bruce Momjian
<
[email protected]
>
Thu, 13 Jun 2002 00:54:05 +0000
(
00:54
+0000)
committer
Bruce Momjian
<
[email protected]
>
Thu, 13 Jun 2002 00:54:05 +0000
(
00:54
+0000)
contrib/oid2name/README.oid2name
patch
|
blob
|
blame
|
history
diff --git
a/contrib/oid2name/README.oid2name
b/contrib/oid2name/README.oid2name
index 58ad43e947ffeaf5c7ca70e07d8ac25486a531da..2e63ae31ff2064049643aae42b414d97338505ab 100644
(file)
--- a/
contrib/oid2name/README.oid2name
+++ b/
contrib/oid2name/README.oid2name
@@
-115,10
+115,11
@@
$ du -s * |
2135 18735 = postgres
..
-This can be done in psql with:
(each page is typically 8k)
+This can be done in psql with:
test=> SELECT relpages, relfilenode, relname FROM pg_class ORDER BY relpages DESC;
+Each page is typically 8k. Relpages is updated by VACUUM.
---------------------------------------------------------------------------