diff options
Diffstat (limited to 'doc/src/sgml/ref/create_role.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_role.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 6e4148a17c4..d23133945db 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -162,7 +162,7 @@ in sync when changing the above synopsis! If not specified, <literal>NOLOGIN</literal> is the default, except when <command>CREATE ROLE</command> is invoked through its alternative spelling - <xref linkend="sql-createuser"/>. + <link linkend="sql-createuser"><command>CREATE USER</command></link>. </para> </listitem> </varlistentry> @@ -335,8 +335,8 @@ in sync when changing the above synopsis! <title>Notes</title> <para> - Use <xref linkend="sql-alterrole"/> to - change the attributes of a role, and <xref linkend="sql-droprole"/> + Use <link linkend="sql-alterrole"><command>ALTER ROLE</command></link> to + change the attributes of a role, and <link linkend="sql-droprole"><command>DROP ROLE</command></link> to remove a role. All the attributes specified by <command>CREATE ROLE</command> can be modified by later <command>ALTER ROLE</command> commands. @@ -345,8 +345,8 @@ in sync when changing the above synopsis! <para> The preferred way to add and remove members of roles that are being used as groups is to use - <xref linkend="sql-grant"/> and - <xref linkend="sql-revoke"/>. + <link linkend="sql-grant"><command>GRANT</command></link> and + <link linkend="sql-revoke"><command>REVOKE</command></link>. </para> <para> @@ -364,7 +364,7 @@ in sync when changing the above synopsis! a member of a role with <literal>CREATEDB</literal> privilege does not immediately grant the ability to create databases, even if <literal>INHERIT</literal> is set; it would be necessary to become that role via - <xref linkend="sql-set-role"/> before + <link linkend="sql-set-role"><command>SET ROLE</command></link> before creating a database. </para> |