我的搜索路径设置为- 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