Skip to content

Instantly share code, notes, and snippets.

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