Re: Partition by outer join - Mailing list pgsql-sql

From David G. Johnston
Subject Re: Partition by outer join
Date
Msg-id CAKFQuwaTxJsS_7pm0RjrEOZDXJS=HmVG5ZJq7Y-n=1k6Bon6Gg@mail.gmail.com
Whole thread Raw
In response to Re: Partition by outer join  (Steve Midgley <science@misuse.org>)
Responses Re: Partition by outer join
Re: Partition by outer join
List pgsql-sql
On Tue, Aug 24, 2021 at 9:02 AM Steve Midgley <science@misuse.org> wrote:

From that stackexchange post, it appears that partition in Oracle is similar to cross joins in Postgres -- where elements are included in the result set as a matrix, whether they exist in the source data or not (so sparsely populated values are included as nulls when they exist in either of the two columns that are cross joined).

What you describe sounds like it would be an SQL Standard (I think) "FULL OUTER JOIN".

David J.

pgsql-sql by date:

Previous
From: Steve Midgley
Date:
Subject: Re: Partition by outer join
Next
From: Thomas Kellerer
Date:
Subject: Re: Partition by outer join