Switch driver to pg. [#3635 state:resolved]

This commit is contained in:
Jeremy Kemper
2010-04-27 17:08:01 -07:00
parent ee51b51b60
commit 7100c9d6ca

View File

@@ -1,11 +1,11 @@
# PostgreSQL. Versions 7.4 and 8.x are supported.
#
# Install the ruby-postgres driver:
# gem install ruby-postgres
# On Mac OS X:
# gem install ruby-postgres -- --include=/usr/local/pgsql
# Install the pg driver:
# gem install pg
# On Mac OS X with macports:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install ruby-postgres
# gem install pg
# Choose the win32 build.
# Install PostgreSQL and put its /bin directory on your path.
development: