You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/04/08 08:12:23 UTC

[GitHub] [shardingsphere] azexcy commented on issue #16548: the comment statement can't work in ShardingSphere-Proxy

azexcy commented on issue #16548:
URL: https://github.com/apache/shardingsphere/issues/16548#issuecomment-1092580310

   i test at master 534c6791fa570449271313573c0346aca096ae3d
   but the response is error.
   
   ```
   sharding_db=> COMMENT ON COLUMN t_order.order_id IS '主键注释';
   ERROR:  relation "t_order" does not exist
   
   sharding_db=> COMMENT ON TABLE "t_order" IS 'Test table comment';
   ERROR:  relation "t_order" does not exist
   ```


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org