function lookup using a "real" function call

From: "Marc Mamin" <M(dot)Mamin(at)intershop(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: function lookup using a "real" function call
Date: 2012-06-28 10:00:30
Message-ID: C4DAC901169B624F933534A26ED7DF310861B5F1@JENMAIL01.ad.intershop.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Buckley 2012-06-28 11:53:07 create a script which imports csv data
Previous Message Raghavendra 2012-06-28 08:38:20 Re: Customising pg directories