| От | Bill Moseley |
|---|---|
| Тема | Re: plgpsql and transactions |
| Дата | |
| Msg-id | 20060406192707.GC9347@hank.org обсуждение исходный текст |
| Ответ на | Re: plgpsql and transactions (Terry Lee Tucker <terry@esc1.com>) |
| Ответы |
Re: plgpsql and transactions
|
| Список | pgsql-general |
On Thu, Apr 06, 2006 at 01:44:57PM -0500, Terry Lee Tucker wrote:
> Triggers fire inside a transaction.
Ah, thanks. Makes sense since each statement is in an implicit
transaction.
Granted, would help to see the trigger, but
these are basically the same?
-- fires a trigger that updates more than one table
insert into semething (default);
and:
begin;
-- fires a trigger that updates more than one table
insert into somthing (default);
commit;
--
Bill Moseley
moseley@hank.org
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера