Question : I’m attempting to use pg_stat_statements to optimise my queries but ran into an unexpected roadblock. SELECT total_plan_time + […]
Tag: pg-stat-statements
Why does pg_stat_statement need to be included in shared_preload_libraries?
Question : I am working on AWS RDS Postgres v9.6, and also v14. I noticed that in our shared_preload_libraries parameter, […]