|
pg_read_all_data
- Read all data (tables, views, sequences), as if having SELECT
- rights on those objects, and USAGE rights on all schemas, even without
- having it explicitly. This role does not have the role attribute
- BYPASSRLS set. If RLS is being used, an administrator
- may wish to set BYPASSRLS on roles which this role is
- GRANTed to.
+ Read all data (tables, views, sequences), as if having
+ SELECT rights on those objects, and USAGE rights on
+ all schemas, even without having it explicitly. This role does not have
+ the role attribute BYPASSRLS set. If RLS is being
+ used, an administrator may wish to set BYPASSRLS on
+ roles which this role is GRANTed to.
|
pg_write_all_data
- Write all data (tables, views, sequences), as if having INSERT,
- UPDATE, and DELETE rights on those objects, and USAGE rights on all
- schemas, even without having it explicitly. This role does not have the
- role attribute BYPASSRLS set. If RLS is being used,
- an administrator may wish to set BYPASSRLS on roles
- which this role is GRANTed to.
+ Write all data (tables, views, sequences), as if having
+ INSERT, UPDATE, and
+ DELETE rights on those objects, and USAGE rights on
+ all schemas, even without having it explicitly. This role does not have
+ the role attribute BYPASSRLS set. If RLS is being
+ used, an administrator may wish to set BYPASSRLS on
+ roles which this role is GRANTed to.
|
pg_read_all_settings