Re: [GENERAL] OID of current function

2005-01-12 Thread Tom Lane
"Jim C. Nasby" <[EMAIL PROTECTED]> writes: > What I find somewhat interesting is every other database I've used that > exposes some kind of 'object ID' has a set of functions to map between > an object name and it's ID, and vice-versa. regression=# create function myfunc(int) returns int as 'selec

Re: [GENERAL] OID of current function

2005-01-12 Thread Jim C. Nasby
On Wed, Jan 12, 2005 at 04:08:28PM +0100, Thomas Hallgren wrote: > Jim C. Nasby wrote: > >Is there an easy way to get the OID of the currently running function? > >(IE: the function you're in when you execute the code to see what > >function you're in, if that makes any sense). > > In what languag

Re: [GENERAL] OID of current function

2005-01-12 Thread Thomas Hallgren
Jim C. Nasby wrote: Is there an easy way to get the OID of the currently running function? (IE: the function you're in when you execute the code to see what function you're in, if that makes any sense). In what language? In C you can use: Datum your_function(PG_FUNCTION_ARGS) { Oid funcOid

[GENERAL] OID of current function

2005-01-12 Thread Jim C. Nasby
Is there an easy way to get the OID of the currently running function? (IE: the function you're in when you execute the code to see what function you're in, if that makes any sense). -- Jim C. Nasby, Database Consultant [EMAIL PROTECTED] Give your computer some brain candy! www.dist