tristaZero opened a new issue #10549: URL: https://github.com/apache/shardingsphere/issues/10549
### Desc Currently, some of the communities are test PostgreSQL-Sharding-Proxy by benchmark SQL. However, they reported that unsupported SQL, i.e., `CREATE TABLESPACE` has become a blocker for their work. ### Task, To consider whether we can support this SQL in PostgreSQL-Sharding-Proxy effectively. > create tablespace example3 relative location 'tablesapce2'; create table t1 TABLESPACE tablespace_name ### Ref - https://www.postgresql.org/docs/10/sql-createtablespace.html - https://www.postgresql.org/docs/10/sql-createtable.html -- 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. For queries about this service, please contact Infrastructure at: [email protected]
