Re: Tracking progress of (plpgsql?) operations

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Tracking progress of (plpgsql?) operations
Дата
Msg-id 20060503134409.GB29954@wolff.to
обсуждение исходный текст
Ответ на Tracking progress of (plpgsql?) operations  (k992637@yahoo.com)
Ответы Re: Tracking progress of (plpgsql?) operations  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-novice
On Sun, Apr 30, 2006 at 16:36:04 -0700,
  k992637@yahoo.com wrote:
> as I can tell) see the intermediate stage of processing.  What I would
> ideally like is to be able to update a log table which stored how many
> values of A were selected and how many values of A have finished
> calculating, updating this every 5 iterations or so.  However I will
> never see an intermediate state in this table due to transactions (is
> this correct?).

If you use a trusted PL language, you can write to files which will probably
allow you to do what you want.

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Forgotten Password
Следующее
От: Sean Davis
Дата:
Сообщение: Re: Snapshot Copy of a Postgres DB