Re: DBSize backend integration

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: DBSize backend integration
Date: 2005-06-24 20:12:14
Message-ID: 42BC691E.5090307@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:

>
>So drop total_relation_size(), relation_size_components(), and what
>else?
>
>

But these answer easily the question I see most asked - how much space
in total does the relation occupy. I'd like to see at least one of
these, properly named and fixed w.r.t. schemas. Getting
total_relation_size() from relation_size_components() would be easy, so
if we only keep one then keep relation_size_components().

Just my $0.02 worth

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2005-06-24 20:14:06 Re: DBSize backend integration
Previous Message Bruce Momjian 2005-06-24 20:06:39 Re: DBSize backend integration