Postgres driver collision

On our production server we have libpgsql-ruby1.8 and the postgres-pr
gem
installed. I developed the app with postgres-pr, but the production
site is
referencing the libpgsql-ruby1.8 driver.

How do I tell rails to use the postgres-pr driver?

thanks,
andy


Andrew S.