mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +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:
@@ -39,9 +39,9 @@ ALTER STATISTICS <replaceable class="parameter">name</replaceable> SET SCHEMA <r
|
||||
</para>
|
||||
|
||||
<para>
|
||||
You must own the statistics object to use <command>ALTER STATISTICS</>.
|
||||
You must own the statistics object to use <command>ALTER STATISTICS</command>.
|
||||
To change a statistics object's schema, you must also
|
||||
have <literal>CREATE</> privilege on the new schema.
|
||||
have <literal>CREATE</literal> privilege on the new schema.
|
||||
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 statistics object's schema. (These restrictions enforce that altering
|
||||
|
Reference in New Issue
Block a user