[HACKERS] feature wish: filter log_min_duration_statement according to thecontext (parse|bind|execute|...) - Mailing list pgsql-hackers

From Marc Mamin
Subject [HACKERS] feature wish: filter log_min_duration_statement according to thecontext (parse|bind|execute|...)
Date
Msg-id B6F6FD62F2624C4C9916AC0175D56D88593D7D9F@jenmbs01.ad.intershop.net
Whole thread Raw
Responses Re: [HACKERS] feature wish: filter log_min_duration_statementaccording to the context (parse|bind|execute|...)  (Stephen Frost <sfrost@snowman.net>)
List 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 by date:

Previous
From: Rajkumar Raghuwanshi
Date:
Subject: [HACKERS] alter table..drop constraint pkey, left not null un-dropped
Next
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] Bug in pg_dump --table and --exclude-table fordeclarative partition table handling.