aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/oid2name/README.oid2name2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/oid2name/README.oid2name b/contrib/oid2name/README.oid2name
index 53d88e23b44..7a0ff1d5640 100644
--- a/contrib/oid2name/README.oid2name
+++ b/contrib/oid2name/README.oid2name
@@ -103,7 +103,7 @@ $ du * | while read SIZE OID
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;
---------------------------------------------------------------------------