Menu

#144 Unable to set port for PostgreSQL connection

open
5
2012-01-04
2012-01-04
Anonymous
No

T ome it seems, that it is not possible to define a non-standard port for a pgsql connection in version 5.0.0
I tried both with -host localhost:5999 and -port 5999, not in both cases the program tried to connection to 5432 only.

My command line looked like:

java -jar schemaSpy_5.0.0.jar -t pgsql -u asduser -s public -p secret -dp ~/.m2/repository/postgresql/postgresql/8.4-701.jdbc3/postgresql-8.4-701.jdbc3.jar -db asdb -o ~/Desktop/keckdSchema -host localhost

Discussion


Log in to post a comment.