Joe Conway <mail@joeconway.com> writes:
> The tablefunc API change adds the following function:
> * Oid foidGetTypeId(Oid foid) - Get a function's typeid given the
> * function Oid.
Doesn't this duplicate get_func_rettype()? (Which is more clearly
named anyway; a function's type is a second-order concept IMHO...)
regards, tom lane