jdbc中关于postgresql schema的配置
##9.4以前的版
jdbc:postgresql://localhost:5432/mydatabase?searchpath=myschema
##9.3以后的版
jdbc:postgresql://localhost:5432/mydatabase?currentSchema=myschema
##9.4以前的版
jdbc:postgresql://localhost:5432/mydatabase?searchpath=myschema
##9.3以后的版
jdbc:postgresql://localhost:5432/mydatabase?currentSchema=myschema