justbk2015 opened a new issue #11237: URL: https://github.com/apache/shardingsphere/issues/11237
## Feature Request to support create/alter/drop view on pg/openGauss ### Is your feature request related to a problem? I find pr: https://github.com/apache/shardingsphere/pull/7740 already support on mysql,so can your support pg/openGauss too? ### Describe the feature you would like. sharding_db=> CREATE VIEW MyView AS select a.,b.item_con from t_order a,t_order_item b where a.order_id = b.order_id and a.user_id = b.user_id; ERROR: relation "t_order" does not exist on master1 ===> we need this view sql language success execute and view truely created! -- 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]
