Hey guys! When i try to create a new table from in...
# sql
b
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
Unless I'm mistaken that's correct, because anon service role etc are all roles not users?
b
bad wording, srroy about that, is not granting access to those roles is what i meant
j
Gotcha