summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-05 00:29:34 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-05 00:29:34 +0000
commit0a4e3577f416d1df765898903aea7878860a5c2c (patch)
treec6afc94e11eccafc75fcd32f8ae7434f13ac1a98
parent250a802c02f6f7a2b732a607c1553c8ca08fa419 (diff)
Cleanup.
-rw-r--r--contrib/oid2name/README.oid2name2
1 files changed, 1 insertions, 1 deletions
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' '`"