Re: pg_stat_statements IN problem

2023-10-03 Thread byme
Mail secure email. --- Original Message --- On Tuesday, October 3rd, 2023 at 10:54 AM, Laurenz Albe wrote: > On Tue, 2023-10-03 at 08:05 +0000, byme@byme.email wrote: > > > "This obfuscates our monitoring because the same query with different > > amount of argumen

Re: pg_stat_statements IN problem

2023-10-03 Thread byme
improvement would be useful. https://postgrespro.com/list/thread-id/1880012 Sent with Proton Mail secure email. --- Original Message --- On Monday, October 2nd, 2023 at 8:50 PM, Wim Bertels wrote: > byme@byme.email schreef op ma 02-10-2023 om 16:19 [+]: > >

pg_stat_statements IN problem

2023-10-02 Thread byme
Hello, I would like to ask about a problem that is bothering me for a while now. We have implemented monitoring of our queries using pg_stat_statements. The only problem we have with it is that expressions with IN ('first', 'second', 'third') get translated into a query as IN ($1, $2, $3) and no