Nested Procedures

From: DAVID ROTH <adaptron(at)comcast(dot)net>
To: "pgsql-novice(at)lists(dot)postgresql(dot)org" <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: Nested Procedures
Date: 2021-07-19 18:20:36
Message-ID: 177614817.527205.1626718837077@connect.xfinity.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Amul Sul 2021-07-20 03:43:03 Re: Nested Procedures
Previous Message Simon Connah 2021-07-14 06:15:25 Using PostgreSQL as a data warehouse