Skip to content

Instantly share code, notes, and snippets.

View philtr's full-sized avatar

Phillip Ridlen philtr

View GitHub Profile
@philtr
philtr / postgresql.rb
Created September 8, 2012 15:28
Homebrew - PostgreSQL 9.2 RC 1 Formula
# To upgrade or install PostgreSQL do following:
#
# brew unlink postgresql
# brew install https://raw.github.com/gist/3284212/ce728f1700665926be7a54987f31584dd9a3ca03/postgresql.rb
#
require 'formula'
class Postgresql < Formula
homepage 'http://www.postgresql.org/'