mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
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
This commit is contained in:
parent
d2ef7758d2
commit
6b8a89e646
@ -5881,7 +5881,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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user