pgsql.properties 394 B

12345678910111213141516
  1. #
  2. # see http://schemaspy.sourceforge.net/dbtypes.html
  3. # for configuration / customization details
  4. #
  5. description=PostgreSQL
  6. connectionSpec=jdbc:postgresql://<host>/<db>
  7. host=hostname[:port] (possibly just localhost)
  8. db=database name
  9. driver=org.postgresql.Driver
  10. # Sample path to the postgresql drivers.
  11. # Use -dp to override.
  12. driverPath=/whereever/postgresql-8.0-312.jdbc3.jar