Re: What does "merge-joinable join conditions" mean ???? - Mailing list pgsql-sql

From Tom Lane
Subject Re: What does "merge-joinable join conditions" mean ????
Date
Msg-id 24607.1137370218@sss.pgh.pa.us
Whole thread Raw
In response to Re: What does "merge-joinable join conditions" mean ????  ("Dean Gibson (DB Administrator)" <postgresql4@ultimeth.com>)
List pgsql-sql
"Dean Gibson (DB Administrator)" <postgresql4@ultimeth.com> writes:
> So, given the fact that the right-hand-table is only about 15 rows, do 
> you think changing the SELECT back to a LEFT JOIN, and then using a 
> UNION to get the extra right-hand-rows in, is the best work-around?

Yeah, a UNION of left and right joins seems the only very reasonable
solution.  As long as you're sure there are no duplicate rows you
need to keep, it'll work well enough.
        regards, tom lane


pgsql-sql by date:

Previous
From: "Dean Gibson (DB Administrator)"
Date:
Subject: Re: What does "merge-joinable join conditions" mean ????
Next
From: Daniel CAUNE
Date:
Subject: Executing plpgsql scripts using psql, is that possible?