aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2016-07-28 22:34:42 +0900
committerFujii Masao <fujii@postgresql.org>2016-07-28 22:34:42 +0900
commitde8c92e6caf0cd8683b23a222d4bd88a90496840 (patch)
treed89410984fc692df1ac0022fcd6c953b3e5ecc5d
parente1a93dd6ae114669669e3a77167dc3d3bd91e035 (diff)
downloadpostgresql-de8c92e6caf0cd8683b23a222d4bd88a90496840.tar.gz
postgresql-de8c92e6caf0cd8683b23a222d4bd88a90496840.zip
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
-rw-r--r--doc/src/sgml/information_schema.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index ca1f20b3385..85db4d3c544 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.