Grant pg_read_all_data to roles
Hi!
I'm trying to set up my neondb instance. Part of my migration files is
I'm using my
Thank you
I'm trying to set up my neondb instance. Part of my migration files is
grant pg_read_all_data to <role>. This doesn't seem to work because: DETAIL: Only roles with the ADMIN option on role "pg_read_all_data" may grant this role.I'm using my
neondb_owner role to run the migrations. Is there something that needs to be done to enable the owner role to be admin on pg_read_all_data ?Thank you
