diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_role.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_role.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_role.sgml b/doc/src/sgml/ref/alter_role.sgml index da36ad9696..37fcfb926c 100644 --- a/doc/src/sgml/ref/alter_role.sgml +++ b/doc/src/sgml/ref/alter_role.sgml @@ -134,7 +134,7 @@ ALTER ROLE { <replaceable class="PARAMETER">role_specification</replaceable> | A </varlistentry> <varlistentry> - <term>CURRENT_USER</term> + <term><literal>CURRENT_USER</literal></term> <listitem> <para> Alter the current user instead of an explicitly identified role. @@ -143,7 +143,7 @@ ALTER ROLE { <replaceable class="PARAMETER">role_specification</replaceable> | A </varlistentry> <varlistentry> - <term>SESSION_USER</term> + <term><literal>SESSION_USER</literal></term> <listitem> <para> Alter the current session user instead of an explicitly identified |