@ -520,21 +520,22 @@ DROP ROLE doomed_role;
<tbody>
<tbody>
<row>
<row>
<entry>pg_read_all_data</entry>
<entry>pg_read_all_data</entry>
<entry>Read all data (tables, views, sequences), as if having SELECT
<entry>Read all data (tables, views, sequences), as if having
rights on those objects, and USAGE rights on all schemas, even without
<command>SELECT</command> rights on those objects, and USAGE rights on
having it explicitly. This role does not have the role attribut e
all schemas, even without having it explicitly. This role does not have
<literal>BYPASSRLS</literal> set. If RLS is being used, an administrator
the role attribute <literal>BYPASSRLS</literal> set. If RLS is being
may wish to set <literal>BYPASSRLS</literal> on roles which this role is
used, an administrator may wish to set <literal>BYPASSRLS</literal> on
GRANTed to.</entry>
roles which this role is GRANTed to.</entry>
</row>
</row>
<row>
<row>
<entry>pg_write_all_data</entry>
<entry>pg_write_all_data</entry>
<entry>Write all data (tables, views, sequences), as if having INSERT,
<entry>Write all data (tables, views, sequences), as if having
UPDATE, and DELETE rights on those objects, and USAGE rights on all
<command>INSERT</command>, <command>UPDATE</command>, and
schemas, even without having it explicitly. This role does not have the
<command>DELETE</command> rights on those objects, and USAGE rights on
role attribute <literal>BYPASSRLS</literal> set. If RLS is being used,
all schemas, even without having it explicitly. This role does not have
an administrator may wish to set <literal>BYPASSRLS</literal> on roles
the role attribute <literal>BYPASSRLS</literal> set. If RLS is being
which this role is GRANTed to.</entry>
used, an administrator may wish to set <literal>BYPASSRLS</literal> on
roles which this role is GRANTed to.</entry>
</row>
</row>
<row>
<row>
<entry>pg_read_all_settings</entry>
<entry>pg_read_all_settings</entry>