diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-10-10 13:38:32 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-10-10 13:38:32 -0400 |
commit | 5b9102cef2edcc621daef423d42969b517359136 (patch) | |
tree | 33b8054c4055a81d2aac6359bc162294594f9d15 /doc/src | |
parent | e8bb5f7245afe5037429d6b20f5f136bf929cc78 (diff) | |
download | postgresql-5b9102cef2edcc621daef423d42969b517359136.tar.gz postgresql-5b9102cef2edcc621daef423d42969b517359136.zip |
Make the reference to "CREATE USER" in the CREATE ROLE page a link.
This might help to avoid confusion between the CREATE USER command,
and the deprecated CREATEUSER option to CREATE ROLE, as per a recent
complaint from Ron Adams. At any rate, having a cross-link here
seems like a good idea; two commands that are so similar should
reference each other.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_role.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 5a939346e7a..4953df678dc 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -170,7 +170,7 @@ CREATE ROLE <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac If not specified, <literal>NOLOGIN</literal> is the default, except when <command>CREATE ROLE</> is invoked through its alternative spelling - <command>CREATE USER</>. + <xref linkend="sql-createuser">. </para> </listitem> </varlistentry> |