function lookup using a "real" function call - Mailing list pgsql-general

From Marc Mamin
Subject function lookup using a "real" function call
Date
Msg-id C4DAC901169B624F933534A26ED7DF310861B5F1@JENMAIL01.ad.intershop.net
Whole thread Raw
Responses Re: function lookup using a "real" function call  (raghu ram <raghuchennuru@gmail.com>)
List pgsql-general
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


pgsql-general by date:

Previous
From: Raghavendra
Date:
Subject: Re: Customising pg directories
Next
From: Robert Buckley
Date:
Subject: create a script which imports csv data