stored procedures (packages)

Поиск
Список
Период
Сортировка
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