Re: [GENERAL] function lookup using a "real" function call

2012-06-29 Thread raghu ram
On Thu, Jun 28, 2012 at 3:30 PM, Marc Mamin wrote: > > Hello, > > Is it possible to find out the (list of) function oids from a function > call? > > e.g. select MYFUNC('foo', 1234) > > => someting like > > select * from get_function_oids($$MYFUNC('foo', 1234)$$) > > > Below approach provides info

[GENERAL] function lookup using a "real" function call

2012-06-28 Thread Marc Mamin
Hello, Is it possible to find out the (list of) function oids from a function call? e.g. select MYFUNC('foo', 1234) => someting like select * from get_function_oids($$MYFUNC('foo', 1234)$$) best regards, Marc Mamin -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) T