Re: about statement execution times in the logs

2024-01-24 Thread Adrian Klaver
On 1/24/24 02:48, Mickaël SALMON wrote: Hello community, I have a simple question about the duration of statements, which appear in the logs when using : log_min_duration_statement = 0 or log_duration = on Does this include client-time ? (i.e the time spent to send the data to

about statement execution times in the logs

2024-01-24 Thread Mickaël SALMON
Hello community, I have a simple question about the duration of statements, which appear in the logs when using : log_min_duration_statement = 0 or log_duration = on Does this include client-time ? (i.e the time spent to send the data to the client). Or is it server-side only ? Accord