Re: savepoint improvements

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: savepoint improvements
Дата
Msg-id b42b73150701220906j6970b115jfa9c6a17bfbc49a3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: savepoint improvements  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 1/22/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I'm getting tired of repeating this, but: neither of you have said
> anything that doesn't appear to me to be handled by ON_ERROR_ROLLBACK.
> What exactly is lacking in that feature?

* the ability to span the savepoint across multiple statements.
* the ability to get what you want without wastefully creating a
savepoint before every statement.
* losing some behavior which (IMO) is general and beneficial.  how do
psql tricks help proper stored procedures should we aver get them?

That being said, some simple extensions to the psql rollback feature
would get the job done I guess.  I'm still not happy with it but I
knew it was a tough go from the beginning...I appreciate everyone's
comments.

merlin


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

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: savepoint improvements
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Autovacuum Improvements