zhangzhaoyu opened a new issue, #30413:
URL: https://github.com/apache/shardingsphere/issues/30413

   ## Bug Report
   when I use postgresql with other shcema name ,not 'public' . class 
PostgreSQLMetaDataLoader can not load tables not in 'public' schema success.
   
   postgresql dababase will use PostgreSQLDatabaseMetaData class to get default 
schema, it can be only 'public'.
   
   I saw oracle use OracleDatabaseMetaData to get default schema below:
   
   ```java
   connection.getMeataData().getUserName()
   ```
   
   How can I use other schema name in postgresql?


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