Hey guys! When i try to create a new table from inside the editor on my self hosted version, the tables have only the user postgres as owner. Is that the expected behavior? Its missing users like anon, authenticated, postgres, service_role...
Copy code
ALTER TABLE IF EXISTS public.stripe_products
OWNER to postgres;
j
jaitaiwan
07/04/2022, 1:50 AM
Unless I'm mistaken that's correct, because anon service role etc are all roles not users?
b
Bicijay
07/04/2022, 2:39 AM
bad wording, srroy about that, is not granting access to those roles is what i meant