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/02/17 05:52:04 UTC

[GitHub] [shardingsphere] TeslaCN commented on issue #12720: PostgreSQL Proxy supports CancelRequest

TeslaCN commented on issue #12720:
URL: https://github.com/apache/shardingsphere/issues/12720#issuecomment-1042599247


   @soulasuna Welcome.
   
   
   ```sql
   select pg_sleep(3);
   ```
   
   In `psql`, we can cancel request by Ctrl-C. I wonder if we can do this in proxy.
   ```
   bmsql=# select pg_sleep(3);
   ^CCancel request sent
   ERROR:  canceling statement due to user request
   ```


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