Skip to content

Commit b54ba3b

Browse files
committed
Fix incorrect description of udt_privileges view in documentation.
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
1 parent c235d51 commit b54ba3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/information_schema.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5786,7 +5786,7 @@ ORDER BY c.ordinal_position;
57865786
The view <literal>udt_privileges</literal> identifies
57875787
<literal>USAGE</literal> privileges granted on user-defined types to a
57885788
currently enabled role or by a currently enabled role. There is one row for
5789-
each combination of column, grantor, and grantee. This view shows only
5789+
each combination of type, grantor, and grantee. This view shows only
57905790
composite types (see under <xref linkend="infoschema-user-defined-types">
57915791
for why); see
57925792
<xref linkend="infoschema-usage-privileges"> for domain privileges.

0 commit comments

Comments
 (0)