Re: keeping track of function execution

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: keeping track of function execution
Дата
Msg-id CB07FA4D14C54ECFBCF87C0487045FFA@amd64
обсуждение исходный текст
Ответ на keeping track of function execution  (Wojtek <foo@twine.pl>)
Список pgsql-general
Wojtek wrote:
> But... Postgress treats function as single transaction, of course.
> Hence, I'm not able to see any changes in my progress monitoring table
> until my main function is finished and all the statuses are set to 0.

You could use dblink() to insert into your logging table.

David.


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

Предыдущее
От: Wojtek
Дата:
Сообщение: keeping track of function execution
Следующее
От: Ron Mayer
Дата:
Сообщение: Re: Difference between array column type and separate table