Skip to content

Commit cd8b8a9

Browse files
authored
[docs][connect/postgres] Improve Incremental Snapshot Reading formatting and references (#4472)
1 parent bdf32d7 commit cd8b8a9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/content.zh/docs/connectors/flink-sources/postgres-cdc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ Connector Options
219219
<td>Boolean</td>
220220
<td>Incremental snapshot is a new mechanism to read snapshot of a table. Compared to the old snapshot mechanism,
221221
the incremental snapshot has many advantages, including:
222-
(1) source can be parallel during snapshot reading,
223-
(2) source can perform checkpoints in the chunk granularity during snapshot reading,
224-
(3) source doesn't need to acquire global read lock (FLUSH TABLES WITH READ LOCK) before snapshot reading.
225-
Please see <a href="#incremental-snapshot-reading ">Incremental Snapshot Reading</a>section for more detailed information.
222+
<br/>(1) source can be parallel during snapshot reading,
223+
<br/>(2) source can perform checkpoints in the chunk granularity during snapshot reading,
224+
<br/>(3) source doesn't need to acquire global read lock (FLUSH TABLES WITH READ LOCK) before snapshot reading.
225+
<br/>Please see <a href="#incremental-snapshot-reading-experimental">Incremental Snapshot Reading</a> section for more detailed information.
226226
</td>
227227
</tr>
228228
<tr>

docs/content/docs/connectors/flink-sources/postgres-cdc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ SELECT * FROM shipments;
216216
<td>Boolean</td>
217217
<td>Incremental snapshot is a new mechanism to read snapshot of a table. Compared to the old snapshot mechanism,
218218
the incremental snapshot has many advantages, including:
219-
(1) source can be parallel during snapshot reading,
220-
(2) source can perform checkpoints in the chunk granularity during snapshot reading,
221-
(3) source doesn't need to acquire global read lock (FLUSH TABLES WITH READ LOCK) before snapshot reading.
222-
Please see <a href="#incremental-snapshot-reading ">Incremental Snapshot Reading</a>section for more detailed information.
219+
<br/>(1) source can be parallel during snapshot reading,
220+
<br/>(2) source can perform checkpoints in the chunk granularity during snapshot reading,
221+
<br/>(3) source doesn't need to acquire global read lock (FLUSH TABLES WITH READ LOCK) before snapshot reading.
222+
<br/>Please see <a href="#incremental-snapshot-reading-experimental">Incremental Snapshot Reading</a> section for more detailed information.
223223
</td>
224224
</tr>
225225
<tr>

0 commit comments

Comments
 (0)