mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Don't use SGML empty tags
For DocBook XML compatibility, don't use SGML empty tags (</>) anymore, replace by the full tag name. Add a warning option to catch future occurrences. Alexander Lakhin, Jürgen Purtz
This commit is contained in:
@ -51,8 +51,8 @@ CREATE USER <replaceable class="parameter">name</replaceable> [ [ WITH ] <replac
|
||||
<command>CREATE USER</command> is now an alias for
|
||||
<xref linkend="sql-createrole">.
|
||||
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
|
||||
<command>CREATE USER</command>, <literal>LOGIN</literal> is assumed
|
||||
by default, whereas <literal>NOLOGIN</literal> is assumed when
|
||||
the command is spelled
|
||||
<command>CREATE ROLE</command>.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user