我正在开发可以连接到 PostgreSQL 多个数据库的 Java 程序。当我想重新连接到同一服务器上的其他数据库时会出现问题。我正在使用 JDBC postgresql 驱动程序,每当我尝试关闭旧连接并创建新连接时,都会出现异常:
org.postgresql.util.PSQLException: Something unusual has occured to cause the driver to fail. Please report this exception.
有没有办法重新连接到其他数据库?