mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +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:
@@ -38,7 +38,7 @@ ALTER COLLATION <replaceable>name</replaceable> SET SCHEMA <replaceable>new_sche
|
||||
</para>
|
||||
|
||||
<para>
|
||||
You must own the collation to use <command>ALTER COLLATION</>.
|
||||
You must own the collation to use <command>ALTER COLLATION</command>.
|
||||
To alter the owner, you must also be a direct or indirect member of the new
|
||||
owning role, and that role must have <literal>CREATE</literal> privilege on
|
||||
the collation's schema. (These restrictions enforce that altering the
|
||||
|
||||
Reference in New Issue
Block a user