filter
Filters the received changes in your table.
Parameters
filter
The filter operation. Note that only some operators are supported. See Postgres Changes for more information.
Filters the received changes in your table.
Parameters
column
The column name
operator
The filter operator. Note that only some operators are supported. See Postgres Changes for more information.
value
The value to filter for. This can be context dependent. E.g. for the IN
operator this can be a list of values, however you can also provide a String.
Filter the received changes in your table. E.g.: "user_id=eq.1"