mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Set user_defined_types.data_type to null
On re-reading the standard, this field is only used for distinct or reference types.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user