Skip to content

Instantly share code, notes, and snippets.

@eulerto
Last active September 10, 2020 10:06
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save eulerto/450501d8ef00404e665b46a2f2a6e8e2 to your computer and use it in GitHub Desktop.
Save eulerto/450501d8ef00404e665b46a2f2a6e8e2 to your computer and use it in GitHub Desktop.
PostgreSQL non-default settings + version
SELECT name, current_setting(name), source, sourcefile, sourceline FROM pg_settings WHERE (source <> 'default' OR name = 'server_version') AND name NOT IN ('config_file', 'data_directory', 'hba_file', 'ident_file');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment