Re: trigger AFTER INSERT
От
Kevin Grittner
Тема
Re: trigger AFTER INSERT
Дата
Msg-id
4C69236F020000250003469A@gw.wicourts.gov
Ответ на
Re: trigger AFTER INSERT (Josi Perez (3T Systems))
Список
Дерево обсуждения
trigger AFTER INSERT "Josi Perez (3T Systems)" <josiperez3t@gmail.com>
Re: trigger AFTER INSERT Tom Lane <tgl@sss.pgh.pa.us>
Re: trigger AFTER INSERT "Josi Perez (3T Systems)" <josiperez3t@gmail.com>
Re: trigger AFTER INSERT "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
"Josi Perez (3T Systems)" wrote: > Without considering the errors, the transaction should not start > after the AFTER INSERT? Anything happening in a trigger is always part of the same database transaction as the database action which fired the trigger. -Kevin
В списке pgsql-admin по дате отправления