From 5594d14696f916e4aad14a3a12a4c15d2e7123bc Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 28 Jun 2011 16:07:23 +0300 Subject: Add composite-type attributes to information_schema.element_types view --- doc/src/sgml/information_schema.sgml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index ab9ce2aa4a8..396d3e76365 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -2147,7 +2147,7 @@ The view element_types contains the data type - descriptors of the elements of arrays. When a table column, + descriptors of the elements of arrays. When a table column, composite-type attribute, domain, function parameter, or function return value is defined to be of an array type, the respective information schema view only contains ARRAY in the column @@ -2212,9 +2212,11 @@ ORDER BY c.ordinal_position; The type of the object that uses the array being described: one of TABLE (the array is used by a column of - that table), DOMAIN (the array is used by - that domain), ROUTINE (the array is used by - a parameter or the return data type of that function). + that table), USER-DEFINED TYPE (the array is + used by an attribute of that composite type), + DOMAIN (the array is used by that domain), + ROUTINE (the array is used by a parameter or + the return data type of that function). -- cgit v1.2.3