On the second thought, it seems to me that :cross-join is redundant, 'cause "<tt class="LITERAL">FROM <tt class="REPLACEABLE"><i>T1</i></tt> CROSS JOIN         <tt class="REPLACEABLE"><i>T2</i></tt></tt> is equivalent to         <tt class="LITERAL">FROM <tt class="REPLACEABLE"><i>T1</i></tt>,         <tt class="REPLACEABLE"><i>T2</i></tt></tt>." (<a href="http://www.postgresql.org/docs/8.3/static/queries-table-expressions.html">http://www.postgresql.org/docs/8.3/static/queries-table-expressions.html</a>) and should be removed. But this would break compatibility with older code, so it's not my right to decide...<br>
<br><div class="gmail_quote">2008/7/4 Marijn Haverbeke <<a href="mailto:marijnh@gmail.com">marijnh@gmail.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks. Applied! Not sure why the docs were talking about outer joins<br>
while the code had cross joins.<br>
<br>
Cheers,<br>
Marijn<br>
<br>
2008/7/4 Timur Sufiev <<a href="mailto:tsufiev@gmail.com">tsufiev@gmail.com</a>>:<br>
<div class="Ih2E3d">> I've noticed recently that :outer-join spec isn't supported by s-sql,<br>
> although it is mentioned in reference for postmodern-1.12. So i've added it<br>
> myself.<br>
><br>
</div>> _______________________________________________<br>
> postmodern-devel mailing list<br>
> <a href="mailto:postmodern-devel@common-lisp.net">postmodern-devel@common-lisp.net</a><br>
> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel</a><br>
><br>
><br>
_______________________________________________<br>
postmodern-devel mailing list<br>
<a href="mailto:postmodern-devel@common-lisp.net">postmodern-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel</a><br>
</blockquote></div><br>