Created
July 27, 2016 05:46
-
-
Save evaldasg/4603a1e20a8f5fe1cafb0a32d8189545 to your computer and use it in GitHub Desktop.
get file locations for postgresql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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