Type Inheritance

From: "Andrew Thorley" <andrew(dot)thorley(at)linuxmail(dot)org>
To: "pgsql-sql (at) postgresql (dot) org" <pgsql-sql(at)postgresql(dot)org>
Subject: Type Inheritance
Date: 2004-11-25 21:47:20
Message-ID: 20041125214720.8751D23EE65@ws5-4.us4.outblaze.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jaime Casanova 2004-11-26 06:41:58 select with a function
Previous Message Tom Lane 2004-11-25 18:44:51 Re: PG7.4.5: query not using index on date column