In article <1117618428(dot)3844(dot)914(dot)camel(at)localhost(dot)localdomain>,
Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> If the WHERE clause said bdocs.doc_numero > 7 we would hope that this
> was applied before the join.
Stating this would change the OUTER into an INNER JOIN, and this would
imply that the order of the restrictions is irrelevant - for the
result set both conditions must be satisfied.