Pavel Stehule <[email protected]> writes: > postgres=# explain SELECT name > FROM person > WHERE name IN ( > SELECT name FROM person p > LEFT JOIN person_data ON p.id = person_data.id); > ERROR: failed to build any 2-way joins
Fixed, thanks.
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
