From b54ba3bc5be5437b15c5cb657a097a2b3cb91d6b Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Thu, 28 Jul 2016 22:34:42 +0900 Subject: [PATCH] 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 --- doc/src/sgml/information_schema.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 3ac555dad37..5960726a960 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -5786,7 +5786,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. -- 2.39.5