From: Robert Haas Date: Mon, 10 Oct 2011 17:38:32 +0000 (-0400) Subject: Make the reference to "CREATE USER" in the CREATE ROLE page a link. X-Git-Tag: REL9_2_BETA1~1001 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b9102cef2edcc621daef423d42969b517359136;p=postgresql 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. --- diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 5a939346e7..4953df678d 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -170,7 +170,7 @@ CREATE ROLE name [ [ WITH ] NOLOGIN is the default, except when CREATE ROLE is invoked through its alternative spelling - CREATE USER. + .