CREATE TYPE

From: ivan <iv(at)psycho(dot)pl>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: CREATE TYPE
Date: 2003-08-16 15:13:12
Message-ID: Pine.LNX.4.56.0308161709380.23957@rex.anfa.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-08-16 15:34:39 Re: threading and FreeBSD
Previous Message Tom Lane 2003-08-16 12:44:36 Re: New function: epoch_to_timestamp...