morrySnow commented on code in PR #1915: URL: https://github.com/apache/doris-website/pull/1915#discussion_r1955629604
########## docs/sql-manual/sql-statements/data-modification/load-and-export/PAUSE-ROUTINE-LOAD.md: ########## @@ -27,29 +27,49 @@ under the License. ## Description -Used to pause a Routine Load job. A suspended job can be rerun with the RESUME command. +This syntax is used to pause one or all Routine Load jobs. Paused jobs can be restarted using the RESUME command. + +## Syntax ```sql -PAUSE [ALL] ROUTINE LOAD FOR job_name +PAUSE [ALL] ROUTINE LOAD FOR <job_name> ``` -## Example +## Required Parameters + +**1. `<job_name>`** + +> Specifies the name of the job to pause. If ALL is specified, job_name is not required. + +## Optional Parameters + +**1. `[ALL]`** + +> Optional parameter. If ALL is specified, it indicates pausing all routine load jobs. + +## Privilege Control Review Comment: ```suggestion ## Access Control Requirements ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org