Created
May 15, 2019 21:48
-
-
Save mccun934/879cefe4ce6cd39e70fe8058e8bca2a2 to your computer and use it in GitHub Desktop.
postgres settings without comments or whitespace
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
cat postgresql.conf |awk '{$1=$1};1' |grep -v "^#" | egrep -v "^[ ]*$|^#" |more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment