Netter99 commented on issue #25104: URL: https://github.com/apache/shardingsphere/issues/25104#issuecomment-1512539784
Hi, @strongduanmu , I check again about this question. This is the official description about the parameter in GaussDB.  [https://support.huaweicloud.com/intl/zh-cn/distributed-devg-v2-opengauss/devg_02_0507.html](url) Here are some test cases for createForeignTable statement from `openGauss-server-master` - source code.  If we input `create foreign table`sql without the parameter, the parse tree is generated like this.  So I don't think `SERVER server_name` is an optional parameter. -- 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]
