Nested Procedures - Mailing list pgsql-novice

From DAVID ROTH
Subject Nested Procedures
Date
Msg-id 177614817.527205.1626718837077@connect.xfinity.com
Whole thread Raw
Responses Re: Nested Procedures  (Amul Sul <sulamul@gmail.com>)
List pgsql-novice
Can I nest the definition of a procedure inside on another definition?
I am used to doing this in Oracle PL/SQL where a local procedure can be defined inside the declaration section of another procedure.
 
I am looking for 2 things as part of a migration effort.
1) Best way to replace Oracle packages.
2) Best way to define "private" procedures and functions.
 
Thanks
Dave R

pgsql-novice by date:

Previous
From: Simon Connah
Date:
Subject: Using PostgreSQL as a data warehouse
Next
From: Amul Sul
Date:
Subject: Re: Nested Procedures