Re: transactions in plpgsql
От | Oleg Lebedev |
---|---|
Тема | Re: transactions in plpgsql |
Дата | |
Msg-id | 993DBE5B4D02194382EC8DF8554A52731D7BC5@postoffice.waterford.org обсуждение исходный текст |
Ответ на | transactions in plpgsql (Martin Marques <martin@bugs.unl.edu.ar>) |
Список | pgsql-general |
Joe Conway has recently created a dblink patch, which allows the use of local dblink calls to simulate nested transactions. It worked nicely for my purposes. Oleg -----Original Message----- From: Richard Huxton [mailto:dev@archonet.com] Sent: Friday, March 19, 2004 8:49 AM To: Martin Marques; pgsql-general@postgresql.org Subject: Re: [GENERAL] transactions in plpgsql 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 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) ************************************* This e-mail may contain privileged or confidential material intended for the named recipient only. If you are not the named recipient, delete this message and all attachments. Unauthorized reviewing, copying, printing, disclosing, or otherwise using information in this e-mail is prohibited. We reserve the right to monitor e-mail sent through our network. *************************************
В списке pgsql-general по дате отправления: