Hi,
Sure, it'd be very convenient to have cluster-level connection. But in fact PostgreSQL doesn't support such connection - you have to open separate connection for each database. And PostgreSQL JDBC driver do not provide any workaround for that. So this feature may be implemented only as a part of fully-functional PostgreSQL extension. It is plans, but to be honest - don't wait for it in this year. Unless somebody will volunteer.