Skip to content

Commit f017272

Browse files
committed
docs: Add command tags for SQL commands
Commit 6c3ffd6 added a couple new predefined roles but didn't properly wrap the SQL commands mentioned in the description of those roles with command tags, so add them now. Backpatch-through: 14 Reported-by: Michael Banck Discussion: https://postgr.es/m/606d8b1c.1c69fb81.3df04.1a99@mx.google.com
1 parent 10d2695 commit f017272

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

doc/src/sgml/user-manag.sgml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -520,21 +520,22 @@ DROP ROLE doomed_role;
520520
<tbody>
521521
<row>
522522
<entry>pg_read_all_data</entry>
523-
<entry>Read all data (tables, views, sequences), as if having SELECT
524-
rights on those objects, and USAGE rights on all schemas, even without
525-
having it explicitly. This role does not have the role attribute
526-
<literal>BYPASSRLS</literal> set. If RLS is being used, an administrator
527-
may wish to set <literal>BYPASSRLS</literal> on roles which this role is
528-
GRANTed to.</entry>
523+
<entry>Read all data (tables, views, sequences), as if having
524+
<command>SELECT</command> rights on those objects, and USAGE rights on
525+
all schemas, even without having it explicitly. This role does not have
526+
the role attribute <literal>BYPASSRLS</literal> set. If RLS is being
527+
used, an administrator may wish to set <literal>BYPASSRLS</literal> on
528+
roles which this role is GRANTed to.</entry>
529529
</row>
530530
<row>
531531
<entry>pg_write_all_data</entry>
532-
<entry>Write all data (tables, views, sequences), as if having INSERT,
533-
UPDATE, and DELETE rights on those objects, and USAGE rights on all
534-
schemas, even without having it explicitly. This role does not have the
535-
role attribute <literal>BYPASSRLS</literal> set. If RLS is being used,
536-
an administrator may wish to set <literal>BYPASSRLS</literal> on roles
537-
which this role is GRANTed to.</entry>
532+
<entry>Write all data (tables, views, sequences), as if having
533+
<command>INSERT</command>, <command>UPDATE</command>, and
534+
<command>DELETE</command> rights on those objects, and USAGE rights on
535+
all schemas, even without having it explicitly. This role does not have
536+
the role attribute <literal>BYPASSRLS</literal> set. If RLS is being
537+
used, an administrator may wish to set <literal>BYPASSRLS</literal> on
538+
roles which this role is GRANTed to.</entry>
538539
</row>
539540
<row>
540541
<entry>pg_read_all_settings</entry>

0 commit comments

Comments
 (0)