pg/misc/postgres
Michael Granger 13f91d1d4d Change URLs to point to Github 2019-10-05 10:35:29 -07:00
..
lib Consistency fixes for file headers/permissions. 2018-01-24 09:47:50 -08:00
History.txt Add a stub gem build for the deprecated 'postgres' gem 2012-02-09 14:18:24 -08:00
Manifest.txt Add a stub gem build for the deprecated 'postgres' gem 2012-02-09 14:18:24 -08:00
README.txt Change URLs to point to Github 2019-10-05 10:35:29 -07:00
Rakefile Add a stub gem build for the deprecated 'postgres' gem 2012-02-09 14:18:24 -08:00

README.txt

= postgres

* https://github.com/ged/ruby-pg

== Description

This is an old, deprecated version of the Ruby PostgreSQL driver that hasn't
been maintained or supported since early 2008.

You should install/require 'pg' instead.

If you need the 'postgres' gem for legacy code that can't be converted, you can
still install it using an explicit version, like so:

  gem install postgres -v '0.7.9.2008.01.28'
  gem uninstall postgres -v '>0.7.9.2008.01.28'

If you have any questions, the nice folks in the Google group can help:

  http://goo.gl/OjOPP / ruby-pg@googlegroups.com