Documentation / Predefined Roles / Data access
pg_read_all_data
pg_read_all_data
pg_read_all_data allows reading all data (tables, views, sequences), as if having SELECT rights on those objects and USAGE rights on all schemas. This role does not bypass row-level security (RLS) policies. If RLS is being used, an administrator may wish to set BYPASSRLS on roles which this role is granted to.
Reading PostgreSQL 18.6.
Description
pg_read_all_data allows reading all data (tables, views, sequences), as if having SELECT rights on those objects and USAGE rights on all schemas. This role does not bypass row-level security (RLS) policies. If RLS is being used, an administrator may wish to set BYPASSRLS on roles which this role is granted to.
- Name
- pg_read_all_data
- Manual terminology
- Predefined roles
Documentation and source
Source build
- Version
- 18.6
- Build
- PostgreSQL 18.6 Documentation
- Source fingerprint
b7ebd726e6017f55081b4034b96d6a3289ae7937a26adaf72e58b9a08e009c75
Related entries
pg_write_all_datapg_write_all_data
Back to Predefined Roles · Recorded in PostgreSQL 14 through 20; the first sample is not necessarily its introduction.