Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Postgresql 最终有轨电车传奇配器设计模式_Postgresql_Spring Boot_Microservices_Saga_Orchestration - Fatal编程技术网

Postgresql 最终有轨电车传奇配器设计模式

Postgresql 最终有轨电车传奇配器设计模式,postgresql,spring-boot,microservices,saga,orchestration,Postgresql,Spring Boot,Microservices,Saga,Orchestration,在使用postgresql 9.6数据库使用最终saga orchestrator模式实现微服务时,我们将遇到以下问题 org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback;SQL的未分类SQLException[选择 表名称所在的eventiate.information\u schema.columns中的数据类型= ?和列_name=?];SQL状态[0A000];错误代码[0];错误:

在使用postgresql 9.6数据库使用最终saga orchestrator模式实现微服务时,我们将遇到以下问题

org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback;SQL的未分类SQLException[选择 表名称所在的eventiate.information\u schema.columns中的数据类型= ?和列_name=?];SQL状态[0A000];错误代码[0];错误: 未实现跨数据库引用: “最终结果.信息\架构.列”

同时,我们在MYSQL 8数据库中尝试了它,但在Postgresql数据库中需要它。 请帮助我们解决这个问题