The auto generated template for the pgsql tcp connection JDBC driver is incorrect. the current url is jbdc:postgresql:<//host>:<port>/<database> for ease of use for the end user it should read: jdbc:postgresql://<host>:<port>/<database>
Log in to post a comment.