Re: log_duration

Поиск
Список
Период
Сортировка
От Kevin Brown
Тема Re: log_duration
Дата
Msg-id 20030213041018.GH1833@filer
обсуждение исходный текст
Ответ на Re: log_duration  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
Greg Stark wrote:
> Not a big deal though, since I doubt anyone's actually parsing
> postgres logs.  Hm, brings up an interesting idea though, I wonder
> if it would be useful to log directly into postgres tables.

I was wondering roughly the same thing.  If you ran an external
program to process the logs and put them into a PostgreSQL database,
you'd have problems with the transactions of the log processor landing
in the logs as well, at least if all transactions were logged.  The
logging process would have to filter out its own transactions, which
might not be all that easy.


-- 
Kevin Brown                          kevin@sysexperts.com


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: psql and readline
Следующее
От: Tom Lane
Дата:
Сообщение: Re: log_duration