Skip to content

Instantly share code, notes, and snippets.

@goodviber
Created February 3, 2017 23:44
Show Gist options
  • Save goodviber/45512022a2733b6f15b34fd4def7702d to your computer and use it in GitHub Desktop.
Save goodviber/45512022a2733b6f15b34fd4def7702d to your computer and use it in GitHub Desktop.
pg update avoidance
brew info postgresql
postgresql: stable 9.3.2 (bottled)
http://www.postgresql.org/
Conflicts with: postgres-xc
/usr/local/Cellar/postgresql/9.1.5 (2755 files, 37M)
Built from source
/usr/local/Cellar/postgresql/9.3.2 (2924 files, 39M) *
Poured from bottle
From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/postgresql.rb
# … and some more
we see that an older version is present, to activate (re-activate)
brew switch postgresql 9.1.5
Cleaning /usr/local/Cellar/postgresql/9.1.5
Cleaning /usr/local/Cellar/postgresql/9.3.2
384 links created for /usr/local/Cellar/postgresql/9.1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment