We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dd35f3 + 1aed541 commit 7aafa82Copy full SHA for 7aafa82
documentation/reference/sql/alter-table-resume-wal.md
@@ -20,7 +20,7 @@ transactions.
20
When `sequencerTxn` is not specified, the operation resumes the WAL apply job
21
from the next uncommitted transaction, including the failed one.
22
23
-When `sequencerTxn` is not specified, the operation resumes the WAL apply job
+When `sequencerTxn` is specified, the operation resumes the WAL apply job
24
from the provided `sequencerTxn` number explicitly.
25
26
`ALTER TABLE RESUME WAL` is used to restart WAL table transactions after
0 commit comments