Skip to content

Commit 13c2456

Browse files
ThorneANNThorne
andauthored
[docs] improve doc for PostgreSQL (#4055)
Co-authored-by: Thorne <syyfffy@email>
1 parent 8437bc9 commit 13c2456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ SELECT * FROM shipments;
128128
<td>required</td>
129129
<td style="word-wrap: break-word;">(none)</td>
130130
<td>String</td>
131-
<td>Schema name of the PostgreSQL database to monitor.</td>
131+
<td>Schema name of the PostgreSQL database to monitor. The Schema name also supports regular expressions to monitor multiple schemas that satisfy the regular expressions.</td>
132132
</tr>
133133
<tr>
134134
<td>table-name</td>
135135
<td>required</td>
136136
<td style="word-wrap: break-word;">(none)</td>
137137
<td>String</td>
138-
<td>Table name of the PostgreSQL database to monitor.</td>
138+
<td>Table name of the PostgreSQL database to monitor. The table-name also supports regular expressions to monitor multiple tables that satisfy the regular expressions.</td>
139139
</tr>
140140
<tr>
141141
<td>port</td>

0 commit comments

Comments
 (0)