Skip to content

Instantly share code, notes, and snippets.

@evaldasg
Created July 27, 2016 05:46
Show Gist options
  • Save evaldasg/4603a1e20a8f5fe1cafb0a32d8189545 to your computer and use it in GitHub Desktop.
Save evaldasg/4603a1e20a8f5fe1cafb0a32d8189545 to your computer and use it in GitHub Desktop.
get file locations for postgresql
select name,setting,category,source from pg_settings where category IN( 'Reporting and Logging / Where to Log', 'File Locations' ) order by category,name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment