fmz200 opened a new issue, #29322: URL: https://github.com/apache/shardingsphere/issues/29322
For example: Table A belongs to the PG database account library schemalA. When executing sql select *from A, an error message appears. Table A does not exist; the table can only be found by adding the shcemal name in front of it, such as: select * from schemalA.A For example: table A belongs to the PG database account library schemalA, table B belongs to table A and belongs to the PG database account library schemalB, select * from schemalA.A a,schemalB.B b where a.id=b.id will be org.apache.shardingsphere. infra.exception.postgresql.exception.PostgrsSQLException; I hope that a configuration similar to mycat's checkSQLschemal can be optimized. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
