commit within function

Поиск
Список
Период
Сортировка
От Anj Adu
Тема commit within function
Дата
Msg-id f2fd819a0907151458p728bda87obee24ccbcc437c58@mail.gmail.com
обсуждение исходный текст
Ответы Re: commit within function  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-admin
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.

В списке pgsql-admin по дате отправления:

Предыдущее
От: Anj Adu
Дата:
Сообщение: Re: out of memory for query, partitioning & vacuuming
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: commit within function