release notes - Mailing list pgsql-www

From Selena Deckelmann
Subject release notes
Date
Msg-id m2q2b5e566d1004291454v224b1093gbd4027a66813f044@mail.gmail.com
Whole thread Raw
Responses Re: release notes
List pgsql-www
In section:

E.1.3.6.4. Function and Trigger Creation

This:

> Add WHERE clause to CREATE TRIGGER to allow control over whether a trigger is fired (Takahiro Itagaki)
> While a check can be performed inside the trigger, doing it in an external WHERE clause has performance benefits.

Should be:

> Add WHEN clause to CREATE TRIGGER to allow control over whether a trigger is fired (Takahiro Itagaki)
> While a check can be performed inside the trigger, doing it in an external WHEN clause has performance benefits.

For reference: http://developer.postgresql.org/pgdocs/postgres/sql-createtrigger.html

(also, Gabrielle & I used this in our 'what's sweet in 9.0' talk at LFNW)

-selena

-- 
http://chesnok.com/daily - me
http://endpoint.com - work


pgsql-www by date:

Previous
From: Josh Berkus
Date:
Subject: Web team help for beta release
Next
From: Bruce Momjian
Date:
Subject: Re: release notes