From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Dbsize backend integration |
Date: | 2005-06-30 22:16:37 |
Message-ID: | 200506302216.j5UMGbK01815@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Dave Page wrote:
> > That would do just the
> > toast/index/heap, and pg_relation_size() gets a total of them all, and
> > only works on heap, no index or toast.
>
> The totalling version (whatever it ends up being called) should
> definitely work on toast tables, as it is a legitimate use case to want
> to see the size of such a table and it's indexes, independent of the
> owner table. There is no need for it to work on an index though,
> however, it will return the right answer if it is used that way, so I
> think that trying to prevent it will be unecessary code that simply
> slows down the majority of invocations of the function for no benefit.
Agreed.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-06-30 22:18:49 | Re: Backend working directories and absolute file paths |
Previous Message | Bruce Momjian | 2005-06-30 22:15:18 | Re: Constraint Exclusion (Partitioning) - Initial Review requested |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-06-30 22:21:07 | Re: Dbsize backend integration |
Previous Message | Bruce Momjian | 2005-06-30 22:15:18 | Re: Constraint Exclusion (Partitioning) - Initial Review requested |