Type Inheritance - Mailing list pgsql-sql

From Andrew Thorley
Subject Type Inheritance
Date
Msg-id 20041125214720.8751D23EE65@ws5-4.us4.outblaze.com
Whole thread Raw
Responses Re: Type Inheritance  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Does anyone know how to implement type inheritance in postgresql? in oracle you just use the word UNDER in ur code i.e:

CREATE TYPE test2_UDT UNDER test1_UDT AS (abc INT);

any ideas?

--
______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: PG7.4.5: query not using index on date column
Next
From: Jaime Casanova
Date:
Subject: select with a function