SOLVED:Re: How to select postgres for usage instead postgres

Figured it out chaps…not to worry!!!


Regards

Andrew

Hi Andrew,

On 3/5/07, Andrew M. [email protected] wrote:

Hi,
Andrew

C:\pgRails\lib\ruby\gems\1.8\gems

What do I need to alter in my database.yml/postgresql_adapter.rb
documents so that I can access the postgres driver?

How’d you solve it? What was the real problem?

Curious,
jeremy

Greetings,

  1. uninstall postgres-pr (gem uninstall postgres-pr)

  2. add

    require ‘postgres’

to postgresql_adapter.rb


Regards

Andrew