strongduanmu commented on issue #31659: URL: https://github.com/apache/shardingsphere/issues/31659#issuecomment-2161839963
Hi @JamesRTaylor, the `schemaName` configuration has been adjusted to `databaseName` in version 5.x. If you want to use the PostgreSQL schema, you can directly use the CREATE SCHEMA statement and specify the schema prefix in SQL, for example: `SELECT * FROM schema.t_order`. In addition, please note that ShardingSphere currently does not support the `SET SEARCH_PATH` statement and can only be switched by specifying the schema in SQL. -- 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]
