types and subtypes - Mailing list pgsql-sql

From Ingrith Andrea Correa Vargas
Subject types and subtypes
Date
Msg-id Pine.GSO.3.96.990324164342.19126B-100000@isis
Whole thread Raw
List pgsql-sql
hello all!

I want to simulate objects with Postgres and I would like to know if it's
possible to create a type (like address: t_address) and then to create
another type (like customer) with an attribute of type t_address.

And I have a second question:
Can I make a "reference" to an object of an existing type?!

These are features provided by the SQL3 standar, I want to know if it's
possible to implement it with Postgres.

Can somebody help to me?!

Thank you in advance,



//Ingrith Correa :)





pgsql-sql by date:

Previous
From: "Jackson, DeJuan"
Date:
Subject: RE: [SQL] Use of 'default TEXT now()'
Next
From: "Jackson, DeJuan"
Date:
Subject: RE: [SQL] types and subtypes