Re: Function call identification - Mailing list pgsql-general

From Thomas Hallgren
Subject Re: Function call identification
Date
Msg-id 4275F0B1.1010900@mailblocks.com
Whole thread Raw
In response to Function call identification  ("Vishal Kashyap @ [SaiHertz]" <vishalonlist@gmail.com>)
List pgsql-general
Vishal Kashyap @ [SaiHertz] wrote:
> Dear all,
>
> I was wondering if their exist any function in Plpgsql functions that
> would allow me to identify which functions has called what function.
>
> To make it simple suppose I have a function
> func_1 ,func_2 and func_3
>
> Now func_1 calls function func_2 for some reason and it gives the
> results as required now the func_3 also nearly requires same kinda
> results but with some changes .
>
> So is their any function that can help me determine which function called func_2
>
> Something like
>
> IF func_call = func_2 THEN
> do some blah;
> ELSIF func_cal = func_3 THEN
> do some more blah;
> END IF:
>
Why not have the callers call the callee with a boolean parameter?

Regards,
Thomas Hallgren

pgsql-general by date:

Previous
From: "Vishal Kashyap @ [SaiHertz]"
Date:
Subject: Function call identification
Next
From: Karsten Hilbert
Date:
Subject: Python DB-API 2.0 oddity (was: I receieved an example of Rekall script)