variant column type - Mailing list pgsql-general

From salah jubeh
Subject variant column type
Date
Msg-id 1311699733.59137.YahooMailRC@web161504.mail.bf1.yahoo.com
Whole thread Raw
Responses Re: variant column type  (John R Pierce <pierce@hogranch.com>)
Re: variant column type  (Ben Chobot <bench@silentmedia.com>)
Re: variant column type  ("David Johnston" <polobo@yahoo.com>)
Re: variant column type  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-general

 Hello,

suppose the following scenario

the car speed is 240 
the car has an airbag

Here the first value is integer and the second value is boolean. Consider that I have this table structure

feature (feature id feature name)
car (car id, .... )
car_feature (car id, feature id, value). the value attribute might have different domains. How can I model this using postgres and using ANSI compliant design ?

Regards 

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Implementing "thick"/"fat" databases
Next
From: John R Pierce
Date:
Subject: Re: variant column type