[Zope] Re: ZBabel translation to Postgres
Oleg Broytmann
Oleg Broytmann <phd@mail2.phd.pp.ru>
Thu, 4 Jan 2001 14:21:46 +0300 (MSK)
Hi!
On Thu, 4 Jan 2001, Andrew Kenneth Milton wrote:
> I do recall however, that postgres only implements INNER and OUTER joins
> although I don't know the status of the JOIN stuff in postgres at this time.
AFAIR they (especially Bruce Momjian) always suggested ti emulate LEFT JOIN
with UNION. They said it'd pretty easy...
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.