Skip to content

Instantly share code, notes, and snippets.

@jgarber
Created May 10, 2012 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgarber/2654212 to your computer and use it in GitHub Desktop.
Save jgarber/2654212 to your computer and use it in GitHub Desktop.
$ rails c
1.9.2p320 :007 > ActiveRecord::Base.connection.send :postgresql_version
=> 90102
$ rake staging console
ActiveRecord::Base.connection.send :postgresql_version
=> 80311
$ rake production console
ActiveRecord::Base.connection.send :postgresql_version
=> 80311
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment