[HACKERS] feature wish: filter log_min_duration_statement according to thecontext (parse|bind|execute|...)

Поиск
Список
Период
Сортировка
От Marc Mamin
Тема [HACKERS] feature wish: filter log_min_duration_statement according to thecontext (parse|bind|execute|...)
Дата
Msg-id B6F6FD62F2624C4C9916AC0175D56D88593D7D9F@jenmbs01.ad.intershop.net
обсуждение исходный текст
Ответы Re: [HACKERS] feature wish: filter log_min_duration_statementaccording to the context (parse|bind|execute|...)  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers

Hello,

setting log_min_duration_statement to 0 is usefull on test or development system, but this may lead to huge log files.

It would often  be useful to discard the parse and bind entries.

maybe a new parameter like "log_min_duration_execute"?

I don't have the skills to implement this though.

 

 

best regards,

 

Marc Mamin

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

Предыдущее
От: Rajkumar Raghuwanshi
Дата:
Сообщение: [HACKERS] alter table..drop constraint pkey, left not null un-dropped
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: [HACKERS] Bug in pg_dump --table and --exclude-table fordeclarative partition table handling.