Re: PL/pgSQL nested functions - Mailing list pgsql-general

From Scott Marlowe
Subject Re: PL/pgSQL nested functions
Date
Msg-id AANLkTinE3wdJRerG-tp2vrfovR9zxa9K-amI5sCkpe6h@mail.gmail.com
Whole thread Raw
In response to PL/pgSQL nested functions  (Jim.Gray@Bull.com)
List pgsql-general
On Thu, Jun 10, 2010 at 2:23 PM,  <Jim.Gray@bull.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.

pgsql-general by date:

Previous
From: Mike Christensen
Date:
Subject: Re: Best way to store case-insensitive data?
Next
From: John R Pierce
Date:
Subject: Re: Postgresql packages in Solaris