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?
At the moment I'm getting:
3 Replies
other-emerald•13mo ago
I think the neon_superuser has these roles.
blank-aquamarineOP•13mo ago
yes I think so, but I can't assign this to a new role
foreign-sapphire•13mo ago
Hey! I think you'll find this docs guide helpful https://neon.tech/docs/manage/database-access#create-a-developer-role
Neon
Manage database access - Neon Docs
Each Neon project is created with a Postgres role that is named for your database. For example, if your database is named neondb, the project is created with a role named neondb_owner. This Postgres r...