Re: PL/pgSQL nested functions

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Jim(dot)Gray(at)bull(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PL/pgSQL nested functions
Date: 2010-06-10 21:29:53
Message-ID: AANLkTinE3wdJRerG-tp2vrfovR9zxa9K-amI5sCkpe6h@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jun 10, 2010 at 2:23 PM, <Jim(dot)Gray(at)bull(dot)com> wrote:
>
> Are there any plans to allow PL/pgSQL functions to be nested like Oracle
> allows with PL/SQL procedures?
>
> If not, what are the best ways to convert PL/SQL nested procedures to
> PL/pgSQL?

Well you can call one function from another, so I'd do that.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andy Colson 2010-06-10 21:34:06 Re: database response slows while pg_dump is running (8.4.2)
Previous Message John R Pierce 2010-06-10 21:29:50 Re: Postgresql packages in Solaris