Skip to content

Commit 1b3657f

Browse files
Update website/docs/features/cdc/postgres-replication.md
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
1 parent a8cd1e4 commit 1b3657f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/features/cdc/postgres-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ On first start the connector:
3030
3. Runs a **REPEATABLE READ snapshot** of the source table so the accelerator starts with all existing rows.
3131
4. Starts streaming WAL changes from the slot. Each committed transaction is delivered as a `ChangeBatch` (grouped `INSERT`/`UPDATE`/`DELETE`) and applied to the accelerator.
3232

33-
On subsequent restarts the connector detects the existing slot and **resumes from Postgres' stored `confirmed_flush_lsn`** — no rebootstrap, no gap.
33+
On subsequent restarts the connector detects the existing slot and **resumes from Postgres' stored `confirmed_flush_lsn`**.
3434

3535
## Prerequisites
3636

0 commit comments

Comments
 (0)