aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/oid2name/README.oid2name3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/oid2name/README.oid2name b/contrib/oid2name/README.oid2name
index 58ad43e947f..2e63ae31ff2 100644
--- 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.
---------------------------------------------------------------------------