Fix incorrect description of udt_privileges view in documentation.
authorFujii Masao
Thu, 28 Jul 2016 13:34:42 +0000 (22:34 +0900)
committerFujii Masao
Thu, 28 Jul 2016 13:35:29 +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 22f43c8a5bf27c1dbc89a47507e9b6349821cb9e..a8afc63e36154e5c9c237bcd09d6a31683fbab60 100644 (file)
@@ -5796,7 +5796,7 @@ ORDER BY c.ordinal_position;
    The view udt_privileges identifies
    USAGE 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 
    for why); see
     for domain privileges.