pl/perl setof function

Поиск
Список
Период
Сортировка
От Alex -
Тема pl/perl setof function
Дата
Msg-id SNT135-w572288B3D2FD3FF79FBD84CF6B0@phx.gbl
обсуждение исходный текст
Ответы Re: pl/perl setof function  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
Hi,
i have a PL/PERL RETURN SETOF function which processes a few 10k records.
The processing takes quite some time and in order to display progress
I use a return_next after every few thousand records.

However, the function returns all messages when it completes and exists which is not really what i want. I also tried the elog NOTICE but then I only get the messages back to the psql.

I am calling the function from a perl script and would like to catch these progress messages.

Is there any way to solve my problem?

Thanks
Alex


Start searching NOW! Search for properties that match your lifestyle!

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: postgresql 8.1 windows 2008 64 bit
Следующее
От: Daniel Schuchardt
Дата:
Сообщение: Re: postgresql 8.1 windows 2008 64 bit