stored procedures (packages)

Поиск
Список
Период
Сортировка
От J.V.
Тема stored procedures (packages)
Дата
Msg-id 4E857685.8040607@gmail.com
обсуждение исходный текст
Ответы Re: stored procedures (packages)  (John R Pierce <pierce@hogranch.com>)
Re: stored procedures (packages)  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список 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 по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: stored procs
Следующее
От: "J.V."
Дата:
Сообщение: stored procs / data types