Re: obtaining proc oid given a oper id

2023-08-10 Thread CK Tan
Found it. /* * get_opcode * * Returns the regproc id of the routine used to implement an * operator given the operator oid. */ RegProcedure get_opcode(Oid opno) On Thu, Aug 10, 2023 at 1:17 PM CK Tan wrote: > > Hi Hackers, is there a function that would lookup the

obtaining proc oid given a oper id

2023-08-10 Thread CK Tan
Hi Hackers, is there a function that would lookup the proc that implements an operator? Thanks, -cktan