From 0a4e3577f416d1df765898903aea7878860a5c2c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 5 Jul 2002 00:29:34 +0000 Subject: [PATCH] Cleanup. --- 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 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' '`" -- 2.40.0