Hello,
It seems that the udt_privileges view' description contains an incorrect
copy-pasted word. Fix attached.
Best regards,
Alexander
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index ca1f20b..85db4d3 100644
--- a/doc/src/sgml/information_schema.sgml
+++ b/doc/src/sgml/information_schema.sgml
@@ -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.
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs