Re: commit within function
От
Scott Marlowe
Тема
Re: commit within function
Дата
Msg-id
dcc563d10907151501r12442896l4d936a138c13675d@mail.gmail.com
Ответ на
commit within function (Anj Adu)
Список
Дерево обсуждения
commit within function Anj Adu <fotographs@gmail.com>
Re: commit within function Scott Marlowe <scott.marlowe@gmail.com>
On Wed, Jul 15, 2009 at 3:58 PM, Anj Adu wrote: > Is there a way to issue a commit within a function and continue processing? > I know this is not possible in 8.1.. > > We have long running function calls...parts of which are independent of each > other. The independent functions are called within a "main" outer function. > We would like to commit the data modified by each function as a single unit > so that the data is freed up for other modules to act on. > > Are there any future postgres releases (we use 8.1.9) that possible address > this. What you are looking for are savepoints, most likely.
В списке pgsql-admin по дате отправления