Fix incorrect description of udt_privileges view in documentation.
authorFujii Masao <[email protected]>
Thu, 28 Jul 2016 13:34:42 +0000 (22:34 +0900)
committerFujii Masao <[email protected]>
Thu, 28 Jul 2016 13:35:41 +0000 (22:35 +0900)
The description of udt_privileges view contained an incorrect copy-pasted word.

Back-patch to 9.2 where udt_privileges view was added.

Author: Alexander Law

doc/src/sgml/information_schema.sgml

index ddbc56c6e46182950c9ecf6442b246b55922647c..bc63015d717734100323f5526de88dcd5113cadf 100644 (file)
@@ -5786,7 +5786,7 @@ ORDER BY c.ordinal_position;
    The view <literal>udt_privileges</literal> identifies
    <literal>USAGE</literal> privileges granted on user-defined types to a
    currently enabled role or by a currently enabled role.  There is one row for
-   each combination of column, grantor, and grantee.  This view shows only
+   each combination of type, grantor, and grantee.  This view shows only
    composite types (see under <xref linkend="infoschema-user-defined-types">
    for why); see
    <xref linkend="infoschema-usage-privileges"> for domain privileges.