[GENERAL] PL/pgSQL nested functions

2010-06-10 Thread Jim . Gray
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?

Re: [GENERAL] PL/pgSQL nested functions

2010-06-10 Thread Jim . Gray
>...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"