Re: comparing NEW and OLD (any good this way?)

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Willy-Bas Loos <willybas(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: comparing NEW and OLD (any good this way?)
Date: 2009-07-23 14:36:55
Message-ID: 162867790907230736r1b7f0d54j51b44ddf81a68505@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2009/7/23 Merlin Moncure <mmoncure(at)gmail(dot)com>:
> On Thu, Jul 23, 2009 at 7:45 AM, Pavel Stehule<pavel(dot)stehule(at)gmail(dot)com> wrote:
>> Hello
>>
>> http://www.postgres.cz/index.php/PostgreSQL_SQL_Tricks#Fast_compare_variables_NEW_and_OLD_in_trigger.27s_body
>
> note: in PostgreSQL 8.4, you can compare record variables directly
> with standard boolean operators.
>
actualised

Thank You
Pavel

> merlin
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-07-23 14:44:58 Re: synchronous_commit=off doesn't always return immediately
Previous Message Scott Ribe 2009-07-23 14:35:59 Re: Copying only incremental records to another DB..