Re: Is there any way to reliably influence WHERE predicate evaluation ordering?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Decibel! <decibel(at)decibel(dot)org>
Cc: General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is there any way to reliably influence WHERE predicate evaluation ordering?
Date: 2008-09-26 21:19:32
Message-ID: 27614.1222463972@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Decibel! <decibel(at)decibel(dot)org> writes:
> Does anyone have any ideas on a clean and reliable way to do this?

Use a trigger.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-09-26 21:25:00 Re: Need Some Explanation of an EXPLAIN
Previous Message Raymond O'Donnell 2008-09-26 20:38:58 Re: dynamic sql in PL-Pgsql ?