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
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.