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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
