From: | Pailloncy Jean-Gerard <jg(at)rilk(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Extended unit |
Date: | 2005-01-25 09:40:15 |
Message-ID: | 1E399944-6EB5-11D9-8B82-000A95DE2550@rilk.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
My question is purely theoretical.
I add use in my time in University some software that use "extended
type".
For each variable, we define the mandatory "classic type" as integer,
float, double array of.
And we define an optional "extended type" as the unit in the MKSA
system (Meter, Kilogram, Second, Ampere) or any other unit we would
have previously define (eg. Currency).
This "extended type" was wonderful, because there was warning/error if
"extend type" does not match in any computation: you can not add apple
to orange.
I would appreciate to have such system in PostgreSQL.
Do you think, it is feasible ? unrealistic ?
Any comment ?
Cordialement,
Jean-Gérard Pailloncy
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2005-01-25 10:22:02 | Re: Extended unit |
Previous Message | Nicolai Tufar | 2005-01-25 09:29:45 | Re: SCHEMA compatibility with Oracle/DB2/Firebird |