You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如:表A属于PG数据库账户库schemalA,执行sql select *from A 报错表A不存在 ; 表前面加上shcemal名称才可以找到,如:select * from schemalA.A
如:表A属于PG数据库账户库schemalA,表B属于表A属于PG数据库账户库schemalB,select * from schemalA.A a,schemalB.B b where a.id=b.id会org.apache.shardingsphere.infra.exception.postgresql.exception.PostgrsSQLException;
希望能优化出类似mycat的checkSQLschemal的配置。
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
如:表A属于PG数据库账户库schemalA,执行sql select *from A 报错表A不存在 ; 表前面加上shcemal名称才可以找到,如:select * from schemalA.A
如:表A属于PG数据库账户库schemalA,表B属于表A属于PG数据库账户库schemalB,select * from schemalA.A a,schemalB.B b where a.id=b.id会org.apache.shardingsphere.infra.exception.postgresql.exception.PostgrsSQLException;
希望能优化出类似mycat的checkSQLschemal的配置。
Beta Was this translation helpful? Give feedback.
All reactions