projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250a802
)
Cleanup.
author
Bruce Momjian
Fri, 5 Jul 2002 00:29:34 +0000
(
00:29
+0000)
committer
Bruce Momjian
Fri, 5 Jul 2002 00:29:34 +0000
(
00:29
+0000)
contrib/oid2name/README.oid2name
patch
|
blob
|
blame
|
history
diff --git
a/contrib/oid2name/README.oid2name
b/contrib/oid2name/README.oid2name
index 2df77cd68cccc5fc00480ab60af92f7260f80fb9..ddd12ddba9e6e403db3d430661927c27edac2c93 100644
(file)
--- a/
contrib/oid2name/README.oid2name
+++ b/
contrib/oid2name/README.oid2name
@@
-108,7
+108,7
@@
$ du * | while read SIZE OID
$ # show disk usage per database
$ cd /u/pg/data/base
-$ du -s * |
+$ du -s * |
> while read SIZE OID
> do
> echo "$SIZE `aspg oid2name -q | grep ^$OID' '`"