Re: Determine the name of the calling function - Mailing list pgsql-novice

From Casey Allen Shobe
Subject Re: Determine the name of the calling function
Date
Msg-id CAFmVg3jRNG=VF2TTSnXiVDz86hHYL5XPcPTJd_v4o-x9dipEOw@mail.gmail.com
Whole thread Raw
In response to Determine the name of the calling function  (Jack Kaufman <jack.kaufman@sanmina.com>)
List pgsql-novice
On Fri, Jan 18, 2013 at 12:12 PM, Daniel Staal <DStaal@usa.net> wrote:
Just a question, as I'm not entirely sure of the answer myself, but would it be possible in another one of the languages Postgres supports?  This sounds like a language feature to me, and I know Perl's 'caller' function would do this for instance, the question is if it would be fully functional in pgPerl.

I believe I tried that before and the issue is basically that pl/Perl does not have any visibility outside of the function.  database functions <> perl functions.

pgsql-novice by date:

Previous
From: Jack Kaufman
Date:
Subject: Re: Determine the name of the calling function
Next
From: Tom Lane
Date:
Subject: Re: Determine the name of the calling function