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
<td>Table name of the Postgres database to monitor. The table-name also supports regular expressions to monitor multiple tables that satisfy the regular expressions. <br>
109
-
It is important to note that the dot (.) is treated as a delimiter for database and table names.
113
+
All the tables are required to share same database. <br>
114
+
It is important to note that the dot (.) is treated as a delimiter for database, schema and table names.
110
115
If there is a need to use a dot (.) in a regular expression to match any character, it is necessary to escape the dot with a backslash.<br>
0 commit comments