Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb54ba3b

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 parentc235d51 commitb54ba3b

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 ofcolumn, grantor, and grantee. This view shows only
5789+
each combination oftype, 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)

[8]ページ先頭

©2009-2025 Movatter.jp