[postmodern-devel] FULL OUTER JOIN clause in s-sql (:outer-join)

Timur Sufiev tsufiev at gmail.com
Fri Jul 4 11:43:32 UTC 2008


On the second thought, it seems to me that :cross-join is redundant, 'cause
"FROM *T1* CROSS JOIN *T2* is equivalent to FROM *T1*, *T2*." (
http://www.postgresql.org/docs/8.3/static/queries-table-expressions.html)
and should be removed. But this would break compatibility with older code,
so it's not my right to decide...

2008/7/4 Marijn Haverbeke <marijnh at gmail.com>:

> Thanks. Applied! Not sure why the docs were talking about outer joins
> while the code had cross joins.
>
> Cheers,
> Marijn
>
> 2008/7/4 Timur Sufiev <tsufiev at gmail.com>:
> > I've noticed recently that :outer-join spec isn't supported by s-sql,
> > although it is mentioned in reference for postmodern-1.12. So i've added
> it
> > myself.
> >
> > _______________________________________________
> > postmodern-devel mailing list
> > postmodern-devel at common-lisp.net
> > http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
> >
> >
> _______________________________________________
> postmodern-devel mailing list
> postmodern-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/postmodern-devel/attachments/20080704/cc8eb2b0/attachment.html>


More information about the postmodern-devel mailing list