RaigorJiang opened a new issue #15308:
URL: https://github.com/apache/shardingsphere/issues/15308
We have a DistSQL syntax definition:
```sql
resetScaling
: RESET SCALING jobId
;
```
For example:
```sql
RESET SCALING 471560735548487;
```
But when use PostgreSQL, it conflicts with the parsing of `resetParameter`:

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