Skip to content

Instantly share code, notes, and snippets.

@no-reply
Created October 21, 2015 15:18
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 no-reply/5217798316c02eaab9ac to your computer and use it in GitHub Desktop.
Save no-reply/5217798316c02eaab9ac to your computer and use it in GitHub Desktop.
# this works
marmotta=# LOAD 'auto_explain';
LOAD
marmotta=# SET auto_explain.log_min_duration = 0;
SET
marmotta=# SET auto_explain.log_buffers = true;
SET
marmotta=# SET auto_explain.log_analyze = true;
SET
# this does nothing
shared_preload_libraries = 'auto_explain' # (change requires restart)
custom_variable_classes = 'auto_explain'
#auto_explain.log_min_duration = '300ms'
#auto_explain.log_analyze = on
#auto_explain.log_buffers = on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment