mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
@@ -88,7 +88,7 @@ REASSIGN OWNED BY { <replaceable class="parameter">old_role</replaceable> | CURR
|
||||
|
||||
<para>
|
||||
The <command>REASSIGN OWNED</command> command does not affect any
|
||||
privileges granted to the <replaceable class="parameter">old_roles</> for
|
||||
privileges granted to the <replaceable class="parameter">old_roles</replaceable> for
|
||||
objects that are not owned by them. Use <command>DROP OWNED</command> to
|
||||
revoke such privileges.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user