Commit 0a4e3577 authored by Bruce Momjian's avatar Bruce Momjian

Cleanup.

parent 250a802c
......@@ -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' '`"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment