Re: Transaction

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Transaction
Дата
Msg-id Pine.BSF.4.21.0109171255440.59052-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Transaction  ("Mihai Gheorghiu" <tanethq@earthlink.net>)
Список pgsql-general
On Mon, 17 Sep 2001, Mihai Gheorghiu wrote:

> An event triggers a rule / trigger.
> Does this (event + rule/trigger) behave as a transaction, or is it necessary
> to wrap it into BEGIN COMMIT? If yes, BEGIN should be before or after the
> event (in the rule/trigger)?

The rule/trigger runs in the same transaction as the original statement
(if you're not in an explicit transaction, you should get an implicit one
around the statement automatically)


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: plpgsql/cursor
Следующее
От: Francisco Eriko Barreto Brito
Дата:
Сообщение: Left Joins