From: Bruce Momjian Date: Fri, 5 Jul 2002 00:29:34 +0000 (+0000) Subject: Cleanup. X-Git-Tag: REL7_3~1253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a4e3577f416d1df765898903aea7878860a5c2c;p=thirdparty%2Fpostgresql.git Cleanup. --- diff --git a/contrib/oid2name/README.oid2name b/contrib/oid2name/README.oid2name index 2df77cd68cc..ddd12ddba9e 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' '`"