From: Bruce Momjian Date: Fri, 5 Jul 2002 00:29:34 +0000 (+0000) Subject: Cleanup. X-Git-Tag: REL7_3~1253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a4e3577f416d1df765898903aea7878860a5c2c;p=postgresql Cleanup. --- diff --git a/contrib/oid2name/README.oid2name b/contrib/oid2name/README.oid2name index 2df77cd68c..ddd12ddba9 100644 --- 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' '`"