postgres_changes on both insert and update at once #23270
Unanswered
pierroo
asked this question in
Feature Requests
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I know we can subscribe to "*" events for postgres_changes; however this also contains the DELETE event which has no filter and is triggered regardless so completely useless.
for that reason I was wondering, is there anyway to subscribe to INSERT and UPDATE within the same subscriber instead of creating two listeners for the sake of simplicity?
All reactions