| ## see http://schemaspy.sourceforge.net/dbtypes.html# for configuration / customization details#description=PostgreSQLconnectionSpec=jdbc:postgresql://<host>/<db>host=hostname[:port] (possibly just localhost)db=database namedriver=org.postgresql.Driver# Sample path to the postgresql drivers.# Use -dp to override.driverPath=/whereever/postgresql-8.0-312.jdbc3.jar
 |