faster SELECT - Mailing list pgsql-general

hello
in a 'SELECT', does postgres read the 'WHERE' condition from left to right.

for example
1) select ... where a and b;
2) select ... where b and a;

1 and 2 will use the same cpu time or not ?

sylvain

Attachment

pgsql-general by date:

Previous
From: Karam Chand
Date:
Subject: Cant use Win32 API()
Next
From: Dexter Tad-y
Date:
Subject: Re: faster SELECT