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

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(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 13:26:32
Message-ID: b42b73150907230626pcebf9fau4ffe5d85489446e0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2009-07-23 13:38:07 Re: A question on PSQL 8.3 setup
Previous Message Sam Mason 2009-07-23 13:21:11 Re: problem with pg_restore?