Re: What is the fastest null WHERE - Mailing list pgsql-performance

From Rod Taylor
Subject Re: What is the fastest null WHERE
Date
Msg-id 1065012705.83185.78.camel@jester
Whole thread Raw
In response to What is the fastest null WHERE  ("Mindaugas Riauba" <mind@bi.lt>)
List pgsql-performance
On Wed, 2003-10-01 at 08:11, Mindaugas Riauba wrote:
> While writing web application I found that it would
> be very nice for me to have "null" WHERE clause. Like
> WHERE 1=1. Then it is easy to concat additional
> conditions just using $query . " AND col=false" syntax.
>
>   But which of the possible "null" clauses is the fastest
> one?

WHERE true AND ....



Attachment

pgsql-performance by date:

Previous
From: Richard Huxton
Date:
Subject: Re: What is the fastest null WHERE
Next
From: "Mindaugas Riauba"
Date:
Subject: Re: What is the fastest null WHERE