Skip to content

Instantly share code, notes, and snippets.

@mgutz
Created December 21, 2013 16:51
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 mgutz/8071914 to your computer and use it in GitHub Desktop.
Save mgutz/8071914 to your computer and use it in GitHub Desktop.
DEBUG messages not logged in pgAdmin3 logs

Problem

There's a bug in pgAdmin3 query editor which sets client_min_messages to NOTICE regardless of the setting in the options dialog.

Workaround

Run this statement once in each query editor window using DEBUG logging

SET client_min_messages to 'DEBUG1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment