--On 22. Dezember 2009 11:46:32 +0100 Cédric Villemain
<cedric(dot)villemain(dot)debian(at)gmail(dot)com> wrote:
> Did you mean :
> pg_table_size() = base table + toast table
> pg_indexes_size() = base indexes + toast indexes
> ?
Since you always have a toast index automatically it makes sense to include
them in pg_table_size().
--
Thanks
Bernd