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
garyaustin
garyaustin2d ago
The role of the user subscribing
Idris
IdrisOP23h ago
I see thanks!

Did you find this page helpful?