mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Add uninstall target to Java build.
Respect default port setting in JDBC driver. Pick up version number from Makefile.global. Change installation directory to share/java/. Document.
This commit is contained in:
@ -351,7 +351,7 @@ public class Driver implements java.sql.Driver
|
||||
*/
|
||||
public int port()
|
||||
{
|
||||
return Integer.parseInt(props.getProperty("PGPORT","5432"));
|
||||
return Integer.parseInt(props.getProperty("PGPORT","@DEF_PGPORT@"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user