Re: pgstattuple for schemas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pgstattuple for schemas
Date: 2003-05-23 13:15:24
Message-ID: 15583.1053695724@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Rod Taylor <rbt(at)rbt(dot)ca> writes:
> Using a table name requires that the table be in the current search
> path, which for single use might be fine but not for an interface.

Actually, it requires no such thing, because the code is already
schema-aware -- you can do pgstattuple('foo.bar').

> Add a pgstattuplebyid(oid) function.

Perhaps this is worth having, but not for the reason given above.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2003-05-23 13:19:24 Re: pgstattuple for schemas
Previous Message Manfred Koizar 2003-05-23 10:17:21 Re: Static snapshot data