stored procedures (packages) - Mailing list pgsql-general

From J.V.
Subject stored procedures (packages)
Date
Msg-id 4E857685.8040607@gmail.com
Whole thread Raw
Responses Re: stored procedures (packages)  (John R Pierce <pierce@hogranch.com>)
Re: stored procedures (packages)  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List 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?


pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: stored procs
Next
From: "J.V."
Date:
Subject: stored procs / data types