为什么我的flyway应用程序在公共模式中运行脚本?



我的搜索路径设置为- mydb, gisdb, pg_catalog

即使这样,我的springboot flyway项目在公共模式上运行我的db迁移脚本。

我错过了什么?

在'mydb'数据库中有三个扩展- dblink, postgis, postgres_fdw

我能够通过以下查询解决这个问题:

alter database oat set search_path = mydb, gisdb ;

同样,参考这个修复- https://dba.stackexchange.com/questions/56023/what-is-the-search-path-for-a-given-database-and-user

相关内容

  • 没有找到相关文章

最新更新