You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/connectors/flink-sources/postgres-cdc.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,14 +128,14 @@ SELECT * FROM shipments;
128
128
<td>required</td>
129
129
<td style="word-wrap: break-word;">(none)</td>
130
130
<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>
132
132
</tr>
133
133
<tr>
134
134
<td>table-name</td>
135
135
<td>required</td>
136
136
<td style="word-wrap: break-word;">(none)</td>
137
137
<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>
0 commit comments