##9.4开始通过关键字currentSchema指定
jdbc:postgresql://localhost:5432/mypgsql?currentSchema=myschema

##旧版本通过searchpath指定
jdbc:postgresql://localhost:5432/mypgsql?searchpath=myschema

相关文章: