mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Cleanup.
This commit is contained in:
@ -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' '`"
|
||||
|
Reference in New Issue
Block a user