porsager / postgres

Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
The Unlicense
7.03k stars 255 forks source link

exclude pg_stat_statements logging for a procedure call #909

Closed vDibyal07 closed 3 days ago

vDibyal07 commented 3 days ago

how do we exclude pg_stat_statements logging for a procedure call as it contributing fair amount of time thereby degrading API performance. Please suggest as disabling/dropping is not a solution which we are looking at.

porsager commented 3 days ago

This seems like a general PostgreSQL question and not one relevant to Postgres.js