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