Commit 4f8795eb authored by Bruce Momjian's avatar Bruce Momjian

Improve query.

parent 7e20a2e7
...@@ -103,7 +103,7 @@ $ du * | while read SIZE OID ...@@ -103,7 +103,7 @@ $ du * | while read SIZE OID
This can be done in psql with: (each page is typically 8k) This can be done in psql with: (each page is typically 8k)
test=> SELECT relpages, relname FROM pg_class ORDER BY relpages DESC; test=> SELECT relpages, relfilenode, relname FROM pg_class ORDER BY relpages DESC;
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment