Skip to content

Instantly share code, notes, and snippets.

@toashd
Created March 12, 2015 14:19
Show Gist options
  • Save toashd/6c0f918f8c86bceae89a to your computer and use it in GitHub Desktop.
Save toashd/6c0f918f8c86bceae89a to your computer and use it in GitHub Desktop.
Switch postgres version with brew
$ brew tap homebrew/versions
$ brew install postgresql92
$ brew switch postgresql 9.2.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment