Re: "stored procedures"

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: "stored procedures"
Дата
Msg-id DDF0C31E-9C9F-45D9-BE3F-3548E2565603@gmail.com
обсуждение исходный текст
Ответ на Re: "stored procedures"  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: "stored procedures"  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: "stored procedures"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Apr 22, 2011, at 11:10 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
>> Merlin Moncure <mmoncure@gmail.com> wrote:
>>> wouldn't it be better if the current crop of language handlers
>>> could run procedures without major changes?  C functions with SPI?
>>> However it's internally implemented, the more userland mindspace
>>> recovered for use of writing procedures the better off we are.
>
>> +1
>
> I'd like a pony, too.  Let's be perfectly clear about this: there is no
> part of plpgsql that can run outside a transaction today, and probably
> no part of the other PLs either, and changing that "without major
> changes" is wishful thinking of the first order.

Correct me if I am wrong here, but the basic issue is, I think, that an error might occur. And transactions are how we
makesure that when control returns to the top level, we've released any heavyweight locks, lightweight locks, buffer
pins,backend-local memory allocations, etc. that we were holding when the error occurred. 

...Robert

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: "stored procedures"
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: What Index Access Method Functions are really needed?