pgstattuple for schemas

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: pgstattuple for schemas
Date: 2003-05-23 01:51:56
Message-ID: 1053654715.279.23.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Add a pgstattuplebyid(oid) function.

Also, qualify DUMMY_TUPLE (reference to Type) since we cannot guarentee
that public is in the search path. Assume installation script installs
to public, which it already did.

--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment Content-Type Size
stattuple.patch text/x-patch 4.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Koizar 2003-05-23 10:17:21 Re: Static snapshot data
Previous Message Joe Conway 2003-05-23 00:17:11 Re: array support patch phase 1 patch