Re: Actual function name - Mailing list pgsql-admin

From Gaetano Mendola
Subject Re: Actual function name
Date
Msg-id 3F73056D.5000703@bigfoot.com
Whole thread Raw
In response to Re: Actual function name  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
Peter Eisentraut wrote:

 > Gaetano Mendola writes:
 >
 >
 >>is there a way to know the name of current function,
 >>somethink like $0 for a shell script ?
 >
 >
 > In a C function, you can get the OID of the function from
 > fcinfo->flinfo->fn_oid.  From that you can get the name and the argument
 > types.
 >

I'm inside a plpgsql function unfortunately, I was confident on use $0
but on postgres 7.3.X doesn't work.

I think that may be is a TODO ?


Gaetano



pgsql-admin by date:

Previous
From: "A.Bhuvaneswaran"
Date:
Subject: Re: how to take a single table data backup in postgres 7.2.3
Next
From: "Pravas Ray"
Date:
Subject: Please help (backup -restore)