From 6fbc80349f601dc32f38b89a997913ea684b9f32 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 4 Jul 2011 23:09:42 +0300 Subject: Set user_defined_types.data_type to null On re-reading the standard, this field is only used for distinct or reference types. --- doc/src/sgml/information_schema.sgml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 1c7ab9498ec..77a00cde9bd 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -5925,11 +5925,7 @@ ORDER BY c.ordinal_position; data_type character_data - - Always USER-DEFINED TYPE (for joining - against object_type columns in other - views) - + Applies to a feature not available in PostgreSQL -- cgit v1.2.3