Re: release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Selena Deckelmann <selenamarie(at)gmail(dot)com>
Cc: PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: release notes
Date: 2010-04-29 22:03:59
Message-ID: 201004292203.o3TM3x603017@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Selena Deckelmann wrote:
> 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)

Thanks, fixed.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Josh Berkus 2010-04-30 22:54:26 Re: Web team help for beta release
Previous Message Selena Deckelmann 2010-04-29 21:54:13 release notes