Re: [GENERAL] Function name variable within a non-trigger function

2005-11-25 Thread Michael Fuhr
On Thu, Nov 24, 2005 at 10:44:19AM -0500, Berend Tober wrote: > I know that within a trigger function the functin name can be referenced > by the special variable TG_NAME, so I could include raise an exception > that identified its source with a line like: > > RAISE EXCEPTION ''ERROR IN %''

[GENERAL] Function name variable within a non-trigger function

2005-11-24 Thread Berend Tober
I know that within a trigger function the functin name can be referenced by the special variable TG_NAME, so I could include raise an exception that identified its source with a line like: RAISE EXCEPTION ''ERROR IN %'', TG_NAME; Is there a similar set of special variables defined for "no