From c6fea0a3289e369dbfc4561eb89a31a19fcb911a Mon Sep 17 00:00:00 2001 From: Filip Spiridonov Date: Thu, 24 Apr 2025 15:35:39 -0700 Subject: [PATCH] Fix typo --- src/current/_includes/v25.1/cdc/configure-all-changefeed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/current/_includes/v25.1/cdc/configure-all-changefeed.md b/src/current/_includes/v25.1/cdc/configure-all-changefeed.md index 6ac9e6b9b4c..dae02e71036 100644 --- a/src/current/_includes/v25.1/cdc/configure-all-changefeed.md +++ b/src/current/_includes/v25.1/cdc/configure-all-changefeed.md @@ -9,7 +9,7 @@ PAUSE JOBS (WITH x AS (SHOW CHANGEFEED JOBS) SELECT job_id FROM x WHERE status = This will change the status for each of the running changefeeds to `paused`, which can be verified with [`SHOW CHANGEFEED JOBS`]({% link {{ page.version.version }}/show-jobs.md %}#show-changefeed-jobs). -To resume all running changefeeds: +To resume all paused changefeeds: {% include_cached copy-clipboard.html %} ~~~sql