stored procedures (packages)

From: "J(dot)V(dot)" <jvsrvcs(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: stored procedures (packages)
Date: 2011-09-30 07:57:57
Message-ID: 4E857685.8040607@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I need to run a series of stored procedures, what is the best way to
organize and run.

Ideally would like something like Oracle PL/SQL where I can put all
methods in one file and create a main() method

then just : select main() to have them all run.

If there is a way to do this, please let me know.

Also is it possible to call a stored function or procedure from another
stored proc/function?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message J.V. 2011-09-30 07:59:42 stored procs / data types
Previous Message John R Pierce 2011-09-30 07:35:22 Re: stored procs