From 4f8795eb71160cbf633602f0fc297cd3a29bf172 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 12 Jun 2002 23:42:48 +0000 Subject: [PATCH] Improve query. --- contrib/oid2name/README.oid2name | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/oid2name/README.oid2name b/contrib/oid2name/README.oid2name index 53d88e23b4..7a0ff1d564 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; --------------------------------------------------------------------------- -- 2.40.0