Re: Rule Question - Mailing list pgsql-general

From Andrew Bartley
Subject Re: Rule Question
Date
Msg-id CAA3RN+ziCLKirZDaVvFD=P7WvN66fdVvm5n6_ubnvm8dJM+f6A@mail.gmail.com
Whole thread Raw
In response to Re: Rule Question  (Giuseppe Broccolo <giuseppe.broccolo@2ndquadrant.it>)
List pgsql-general
Thanks All,

And thanks Tom, I did not realise a rule worked in that manner.  Will now take that into account in the future.

Thanks

Andrew  


On 26 July 2013 02:02, Giuseppe Broccolo <giuseppe.broccolo@2ndquadrant.it> wrote:

Unrelated to the OP's question, the suggestion above could be more simply rewritten as

TG_OP = 'UPDATE'
AND NEW.b IS DISTINCT FROM OLD.b
You're right! :)


Giuseppe.

--
Giuseppe Broccolo - 2ndQuadrant Italy
PostgreSQL Training, Services and Support
giuseppe.broccolo@2ndQuadrant.it | www.2ndQuadrant.it



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Giuseppe Broccolo
Date:
Subject: Re: Rule Question
Next
From: Sébastien Lorion
Date:
Subject: Re: Why are stored procedures looked on so negatively?