tuichenchuxin opened a new issue #14004:
URL: https://github.com/apache/shardingsphere/issues/14004


   ## postgresql schema
   For example it can be used in postgresql.
   ```
   create schema heihei;
   select * from heihei.t_4;
   select * from demo_ds_0.heihei.t_4;
   ```
   But in shardingsphere this sql can't support yet. Shardingsphere use logic 
schema to organize database but not schema in pg.
   I think it should be supported.


-- 
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]


Reply via email to