Re: transactions in plpgsql
От
Richard Huxton
Тема
Re: transactions in plpgsql
Дата
Msg-id
200403191549.27999.dev@archonet.com
Ответ на
transactions in plpgsql (Martin Marques)
Список
Дерево обсуждения
Re: transactions in plpgsql "Oleg Lebedev" <oleglebedev@waterford.org>
On Friday 19 March 2004 13:01, Martin Marques wrote: > I'm building some functions in plpgsql, and I got to a point where I > thought: How are transactions used in the function? Is it posible to > rollback the modifications that were made to the tables at some point in > the plpgsql function? You can abort the entire transaction by raising an exception. Nothing more sophisticated is available at the moment. There might well be nested transactions in 7.5 -- Richard Huxton Archonet Ltd
В списке pgsql-general по дате отправления