pgsql: Set user_defined_types.data_type to null

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Set user_defined_types.data_type to null
Date: 2011-07-04 20:10:44
Message-ID: E1QdpTg-00054b-SI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Set user_defined_types.data_type to null

On re-reading the standard, this field is only used for distinct or
reference types.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6fbc80349f601dc32f38b89a997913ea684b9f32

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 6 +-----
src/backend/catalog/information_schema.sql | 2 +-
2 files changed, 2 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-07-04 21:43:01 pgsql: Message style tweaks
Previous Message Heikki Linnakangas 2011-07-04 19:44:06 pgsql: Clarify that you need ActiveState perl 5.8 *or later* to build o