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 ? ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly