question on JOIN and WHERE clause - Mailing list pgsql-sql

From Wei Weng
Subject question on JOIN and WHERE clause
Date
Msg-id 1022778442.32670.1.camel@Monet
Whole thread Raw
List pgsql-sql
Does the SQL optimizer process the JOIN first then add WHERE
constraintson it or it processes the WHERE clause and JOIN at the same
time?

Thanks!



-- 
Wei Weng
Network Software Engineer
KenCast Inc.




pgsql-sql by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: contrib/tree issues
Next
From: Wei Weng
Date:
Subject: Re: Can you help with this JOIN?