pgstattuple for schemas - Mailing list pgsql-patches

From Rod Taylor
Subject pgstattuple for schemas
Date
Msg-id 1053654715.279.23.camel@jester
Whole thread Raw
Responses Re: pgstattuple for schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@rbt.ca>

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

Attachment

pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: Re: array support patch phase 1 patch
Next
From: Tom Lane
Date:
Subject: Re: pgstattuple for schemas