RaigorJiang commented on issue #13058: URL: https://github.com/apache/shardingsphere/issues/13058#issuecomment-945611710
> do you know why return "'pg_catalog' doesn't exist"? It exists in database Because when you are using ShardingSphere-Proxy, the `schema` is what you defined in Proxy configuration. Users cannot directly access the metadata of a physical database, because in a distributed database system, the information of a single database may not be complete. However, access to metadata is very important to some SQL clients, so this part still needs support, and we are already sorting out related plans. -- 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]
