From: | Don Baccus <dhogaza(at)pacifier(dot)com> |
---|---|
To: | "John Huttley" <John(at)mwk(dot)co(dot)nz>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Please advise features in 7.1 |
Date: | 2000-11-23 14:07:35 |
Message-ID: | 3.0.1.32.20001123060735.021d6100@mail.pacifier.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
At 06:00 PM 11/23/00 +1300, John Huttley wrote:
>1. Calculated fields in table definitions . eg.
>
> Create table test (
> A Integer,
> B integer,
> the_sum As (A+B),
>);
...
>These are _extraordinarily_ useful for application development.
>
>If anyone has a way of bolting on any of these to 7.0, I'd be keen to hear
from
>you.
Create a trigger on insert/update for this case...
- Don Baccus, Portland OR <dhogaza(at)pacifier(dot)com>
Nature photos, on-line guides, Pacific Northwest
Rare Bird Alert Service and other goodies at
http://donb.photo.net.
From | Date | Subject | |
---|---|---|---|
Next Message | Don Baccus | 2000-11-23 14:11:02 | Re: AW: Please advise features in 7.1 |
Previous Message | Zeugswetter Andreas SB | 2000-11-23 13:03:47 | AW: deficiency on delete and update instead rules for v iews |