Query Stats
Make them available by adding the following lines to postgresql.conf:
shared_preload_libraries = 'pg_stat_statements' pg_stat_statements.track = all
Restart the server for the changes to take effect.
Make them available by adding the following lines to postgresql.conf:
shared_preload_libraries = 'pg_stat_statements' pg_stat_statements.track = all
Restart the server for the changes to take effect.