Created
June 7, 2021 16:38
-
-
Save slabad/4b2a30bffbc536e47683dd0dcd07032a to your computer and use it in GitHub Desktop.
Get pg Version number #postgres @bash
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
pg_config --version|grep -oP "(?<=PostgreSQL ).*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment