diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-07-04 23:09:42 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-07-04 23:09:42 +0300 |
commit | 6fbc80349f601dc32f38b89a997913ea684b9f32 (patch) | |
tree | 36af0d9a64ad9381296fbf7f185a18781cd60dc5 /doc/src | |
parent | e24662c4233ecdad9e55c184aedce9b114877b48 (diff) | |
download | postgresql-6fbc80349f601dc32f38b89a997913ea684b9f32.tar.gz postgresql-6fbc80349f601dc32f38b89a997913ea684b9f32.zip |
Set user_defined_types.data_type to null
On re-reading the standard, this field is only used for distinct or
reference types.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 6 |
1 files changed, 1 insertions, 5 deletions
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; <row> <entry><literal>data_type</literal></entry> <entry><type>character_data</type></entry> - <entry> - Always <literal>USER-DEFINED TYPE</literal> (for joining - against <literal>object_type</literal> columns in other - views) - </entry> + <entry>Applies to a feature not available in <productname>PostgreSQL</></entry> </row> <row> |