Postgres9

From Projectivity Documentation

Jump to: navigation, search

In order to user Postgres 9 you need to update the JDBC driver shipped with projectivity. Proceed as follows:

  1. remove the old driver from the server lib directory. the file to remove is <PYDIR>/server/projectivity/lib/postgresql-8.3-603.jdbc3.jar
  2. download the PostgresSQL JDBC driver that suits your configuration from http://jdbc.postgresql.org/download.html
  3. copy the downloaded jar (currently postgresql-9.0-801.jdbc4.jar) to <PYDIR>/server/projectivity/lib/
  4. restart Projectivity if it was running
  5. enjoy:)
Personal tools