diff options
Diffstat (limited to 'doc/src/sgml/ref/create_user.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_user.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml index 68f097cfd7c..c4b9f70527d 100644 --- a/doc/src/sgml/ref/create_user.sgml +++ b/doc/src/sgml/ref/create_user.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_user.sgml,v 1.39 2006/09/16 00:30:17 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_user.sgml,v 1.40 2007/05/15 19:43:51 neilc Exp $ PostgreSQL documentation --> @@ -47,8 +47,7 @@ where <replaceable class="PARAMETER">option</replaceable> can be: <para> <command>CREATE USER</command> is now an alias for - <xref linkend="sql-createrole" endterm="sql-createrole-title">, - which see for more information. + <xref linkend="sql-createrole" endterm="sql-createrole-title">. The only difference is that when the command is spelled <command>CREATE USER</command>, <literal>LOGIN</> is assumed by default, whereas <literal>NOLOGIN</> is assumed when |