mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Cleanup.
This commit is contained in:
parent
250a802c02
commit
0a4e3577f4
@ -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' '`"
|
||||
|
Loading…
Reference in New Issue
Block a user