Carol Walter написа:
> Hi, Guys,
>
> Is there a way to tell what the raw disk space used by a single database
> is? I know that databases are fluid, but if there is way to do even a
> snap shot view that is a "ball park" figure, I'd be happy. My user
> keeps clammering for this figure.
>
Depending on what you mean by "raw disk space" the "pg_database_size"
function (mentioned here -
http://www.postgresql.org/docs/current/static/functions-admin.html) will
give you this information.
--
Milen A. Radev