Re: pg_class.relpages

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bertrand Petit <pgsql-sql(at)phoe(dot)frmug(dot)org>
Cc: PostgreSQL-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: pg_class.relpages
Date: 2003-09-28 00:31:45
Message-ID: 2181.1064709105@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Bertrand Petit <pgsql-sql(at)phoe(dot)frmug(dot)org> writes:
> Does the figures stored in pg_class.relpages include the pages
> consumed by the toast tables linked to a normal table?

No. The toast tables have their own pg_class.relpages entries ...

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-09-28 01:28:33 Re: [SQL] plpgsql doesn't coerce boolean expressions to boolean
Previous Message Bruce Momjian 2003-09-28 00:26:16 Re: pg_class.relpages