projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e20a2e
)
Improve query.
author
Bruce Momjian
<
[email protected]
>
Wed, 12 Jun 2002 23:42:48 +0000
(23:42 +0000)
committer
Bruce Momjian
<
[email protected]
>
Wed, 12 Jun 2002 23:42:48 +0000
(23:42 +0000)
contrib/oid2name/README.oid2name
patch
|
blob
|
blame
|
history
diff --git
a/contrib/oid2name/README.oid2name
b/contrib/oid2name/README.oid2name
index 53d88e23b4444fe0da1ab80db857bf22ef525a3f..7a0ff1d56401f18650b48803b39a24901518174f 100644
(file)
--- 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, rel
filenode, rel
name FROM pg_class ORDER BY relpages DESC;
---------------------------------------------------------------------------