我可以在连接URL上指定它吗?怎么做?
从JDBC v 9.4开始,你可以使用新的currentSchema参数指定url,如下所示:
jdbc:postgresql://localhost:5432/mydatabase?currentSchema=myschema