NeonN
Neon15mo ago
3 replies
dead-brown

Grant "pg_read_all_data"

Hello, is it possible to grant pg_read_all_data/pg_write_all_data to a user created via sql?

  grant pg_read_all_data to ${ownerCredential.user};
  grant pg_write_all_data to ${ownerCredential.user};


At the moment I'm getting:
Only roles with the ADMIN option on role "pg_read_all_data" may grant this role.
Was this page helpful?