Re: SELECT FROM t1 WHERE id IN (SELECT id FROM t2 UNION SELECT id FROM t3) - Mailing list pgsql-sql

From Christophe Boyanique
Subject Re: SELECT FROM t1 WHERE id IN (SELECT id FROM t2 UNION SELECT id FROM t3)
Date
Msg-id 3A0C261D.646B3ED@formanet.be
Whole thread Raw
In response to SELECT FROM t1 WHERE id IN (SELECT id FROM t2 UNION SELECT id FROM t3)  (Christophe Boyanique <cboyanique@formanet.be>)
List pgsql-sql
Tom Lane wrote :

> Current releases don't handle UNION in sub-selects.  7.1 will.
Thanks very much for this "fast as speed light" answer !

Is there an idea about the 7.1 release date ? Just to know if this is
will be in weeks, months or years...

Christophe.


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: SELECT FROM t1 WHERE id IN (SELECT id FROM t2 UNION SELECT id FROM t3)
Next
From: Tomas Berndtsson
Date:
Subject: Re: SELECT FROM t1 WHERE id IN (SELECT id FROM t2 UNION SELECT id FROM t3)