Postgres driver x64 versus x32

Hi Jruby-ist wizards,

Hopefully a simple question…I am getting ready to move to using jruby
for an existing ROR application. When specifying the JDBC driver for a
postgres DB, or any DB for that matter, are there separate JDBC drivers
for 32 bit versus 64 bit postgres?

We currently deploy to a variety of DBs (Postgres, Firebird, SQLServer,
etc) to a variety of OS flavors and architectures. Are there
considerations for x32 versus x64?

Any information is appreciated.

Thanks!

On 2012-02-28, at 22:54, Rick F. wrote:

Any information is appreciated.

The JDBC drivers should be platform independent. We are connecting to
PostgreSQL on 32 and 64 bit with the same JDBC drivers. The drivers are
provided by gems (like jdbc-postgres) by including
activerecord-jdbcpostgresql-adapter in your project.


Uwe K.
[email protected]

Thanks, this was exactly what I was hoping for. Thanks for the response!

Uwe K. wrote in post #1053332:

On 2012-02-28, at 22:54, Rick F. wrote:

Any information is appreciated.

The JDBC drivers should be platform independent.