Skip to content

Commit 165886e

Browse files
committed
Allow cancel job on schema changes
1 parent 8389b91 commit 165886e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2.1/cancel-job.md

Lines changed: 2 additions & 2 deletions
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+
<span class="version-tag">New in v1.1:</span> The `CANCEL JOB` [statement](sql-statements.html) lets you stop long-running jobs, which include schema changes, [`IMPORT`](import.html) jobs, and enterprise [`BACKUP`](backup.html) and [`RESTORE`](restore.html) tasks.
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)