Skip to content

Commit

Permalink
parser: fix drop schedule help message
Browse files Browse the repository at this point in the history
Updates the help message for `DROP SCHEDULE JOBID`.

Release note: None
  • Loading branch information
adityamaru committed Sep 29, 2020
1 parent 7d5e070 commit d0adc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/parser/sql.y
Original file line number Diff line number Diff line change
Expand Up @@ -6996,7 +6996,7 @@ resume_schedules_stmt:
// DROP SCHEDULES <selectclause>
// selectclause: select statement returning schedule IDs to resume.
//
// DROP SCHEDULES <jobid>
// DROP SCHEDULE <scheduleid>
//
// %SeeAlso: PAUSE SCHEDULES, SHOW JOBS, CANCEL JOBS
drop_schedule_stmt:
Expand Down

0 comments on commit d0adc8c

Please sign in to comment.