Skip to content

Commit 8c77676

Browse files
authored
Merge pull request #911 from Altinity/subkanthi-patch-4
Update incremental_snapshot.md
2 parents 0b0977e + 051c719 commit 8c77676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/incremental_snapshot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ data VARCHAR(2048) NULL);
1515
table.include.list:"dbname.table1, dbname.table2`
1616
signal.data.collection: "dbname.dbz_signal"
1717
```
18+
For **postgres**, the `signal.data.collection` variable should be `schema_name.table_name`.
19+
1820
Restart the sink connector, either using the `sink-connector-client restart` or by stopping/starting sink connector.
1921

2022
**Step 3**: Insert a new row to the `signaling` table created in Step 1 with the new table information.

0 commit comments

Comments
 (0)