Re: getting oid of function

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Sibtay Abbas <sibtay(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: getting oid of function
Date: 2005-02-14 18:32:53
Message-ID: 20050214183253.GC28267@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 14, 2005 at 05:02:19PM +0500, Sibtay Abbas wrote:
>
> Actually i ve introduced a new statement in plpgsql, that supports calling
> a plpgsql function from within a plpgsql function for example
>
> CALL function_name( <params>);

How would this differ from PERFORM?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-02-14 19:30:37 Re: Schema name of function
Previous Message Michael Fuhr 2005-02-14 18:12:55 Re: Schema name of function