CREATE TYPE - Mailing list pgsql-hackers

From ivan
Subject CREATE TYPE
Date
Msg-id Pine.LNX.4.56.0308161709380.23957@rex.anfa.pl
Whole thread Raw
List pgsql-hackers
Can you add LIKE <parent table> TO CREATE TYPE too ?
There could be also CREATE TYPE ble AS ( LIKE <parent_table|other_type) );
and CREATE TABLE ble ( LIKE <some_type> ) , and each colmnu from compose
type will be add to table "ble" with static (NOT) NULL, and without
defaults.

what do you think ?


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: New function: epoch_to_timestamp...
Next
From: Bruce Momjian
Date:
Subject: Re: threading and FreeBSD