You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/07/29 06:11:51 UTC

[GitHub] [shardingsphere] PeiMouRen commented on issue #19645: [Proxy 5.1.2]Non-sharded tables are not automatically recognized

PeiMouRen commented on issue #19645:
URL: https://github.com/apache/shardingsphere/issues/19645#issuecomment-1198916847

   The problem has been solved,because I'm using the PG database,so I need to specify the schema in SQL, otherwise,the default public schema will be used.
   eg:
   ```sql
   # pg
   select * from myschema.t_order;
   ```


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org