>...why would you want to nest functions? I am not nesting the functions myself, but I am trying to convert existing PL/SQL code to PL/pgSQL.
>From what I have seen, the nesting of functions is to modularize the code and share global variables within the same procedure. "Raymond O'Donnell" <[email protected]> 06/10/2010 01:33 PM Please respond to [email protected] To [email protected] cc [email protected] Subject Re: [GENERAL] PL/pgSQL nested functions On 10/06/2010 21:23, [email protected] wrote: > > Are there any plans to allow PL/pgSQL functions to be nested like Oracle > allows with PL/SQL procedures? I don't know the answer to your question, but I'm curious - why would you want to nest functions? Ray. -- Raymond O'Donnell :: Galway :: Ireland [email protected]
