datasource 如何指定postgresql 连接的schema

Posted 江南叶少

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了datasource 如何指定postgresql 连接的schema相关的知识,希望对你有一定的参考价值。


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

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

以上是关于datasource 如何指定postgresql 连接的schema的主要内容,如果未能解决你的问题,请参考以下文章

如何增加 Quarkus 中的事务超时?

postgreSql使用入门

如何让 Spring Boot 自动重新连接到 PostgreSQL?

如何清除DataGridView中的数据,怎么写?

如何在不指定数据库名称的情况下连接到 PostgreSQL?

如何将主机上运行的 Spring Boot 应用程序连接到 Docker 上运行的 Postgresql?