Re: Where are we on stored procedures?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Where are we on stored procedures?
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A7632@Herge.rcsinc.local
обсуждение исходный текст
Ответ на Where are we on stored procedures?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Where are we on stored procedures?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> 1. Executing outside the database engine, and therefore being able to
> start/commit transactions.  (This is *fundamentally* different from
our
> current concept of functions, and I think that any implementation that
> tries to gloss over the difference will be doomed to failure.)

Back in the early days of nested transactions, you could begin/commit
while within a transaction...they could be pushed and popped off of a
stack.

Supposing you could do that once again, would there be any reason why a
SP should be extra-transactional?

Merlin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: 8.0.X and the ARC patent
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Interesting NetBSD annual report