Re: Please advise features in 7.1 - Mailing list pgsql-hackers

From Don Baccus
Subject Re: Please advise features in 7.1
Date
Msg-id 3.0.1.32.20001123060735.021d6100@mail.pacifier.com
Whole thread Raw
In response to Please advise features in 7.1  ("John Huttley" <John@mwk.co.nz>)
List 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@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: deficiency on delete and update instead rules for v iews
Next
From: Don Baccus
Date:
Subject: Re: AW: Please advise features in 7.1