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.