Realtime role
When listening to postgres changes what role is used? So for example if i revoke reads on a table for authenticated but allow in RLS and alter for realtime. Wil the user recieve updates if they listen because a different role is used to monitor (or no role at all since its a different system) or will they not recieve anything since authenticated role is used?
2 Replies
The role of the user subscribing
I see thanks!