Skip to content

Instantly share code, notes, and snippets.

@chussenot
Created September 20, 2016 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chussenot/b7b5c7de6c96ca1918e3a0769bae64a9 to your computer and use it in GitHub Desktop.
Save chussenot/b7b5c7de6c96ca1918e3a0769bae64a9 to your computer and use it in GitHub Desktop.
shared_preload_libraries = 'pg_stat_statements, postgis'
# shared_preload_libraries = 'postgis'
# Increase the max size of the query strings Postgres records
track_activity_query_size = 2048
# Track statements generated by stored procedures as well
pg_stat_statements.track = all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment