Skip to content

Commit dca9490

Browse files
Merge pull request cockroachdb#3231 from cockroachdb/cancel_schema_change
Allow cancel job on schema changes
2 parents e897a22 + 8783f91 commit dca9490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2.1/cancel-job.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: The CANCEL JOB statement stops long-running jobs.
44
toc: false
55
---
66

7-
<span class="version-tag">New in v1.1:</span> The `CANCEL JOB` [statement](sql-statements.html) lets you stop long-running jobs, which include [`IMPORT`](import.html) jobs and enterprise [`BACKUP`](backup.html) and [`RESTORE`](restore.html) tasks.
7+
The `CANCEL JOB` [statement](sql-statements.html) lets you stop long-running jobs, which include [`IMPORT`](import.html) jobs, enterprise [`BACKUP`](backup.html) and [`RESTORE`](restore.html) jobs, and as of v2.1, schema changes.
88

99
<div id="toc"></div>
1010

@@ -49,4 +49,4 @@ Parameter | Description
4949
- [`SHOW JOBS`](show-jobs.html)
5050
- [`BACKUP`](backup.html)
5151
- [`RESTORE`](restore.html)
52-
- [`IMPORT`](import.html)
52+
- [`IMPORT`](import.html)

0 commit comments

Comments
 (0)