Re: Why is this a cross join? - Mailing list pgsql-general

From Tim Uckun
Subject Re: Why is this a cross join?
Date
Msg-id CAGuHJrOuCH2fDdnC5iFUGV1XzvBFTZQQpdxNJJ+xu4s5A8ou4g@mail.gmail.com
Whole thread Raw
In response to Re: Why is this a cross join?  (Kevin Grittner <kgrittn@ymail.com>)
Responses Re: Why is this a cross join?  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-general
> for every row in one of the tables?  If so, how do you want to
> determine which of the matching rows in the other table to choose,
> and which to ignore?


In this case it's a simple lookup. Any of the matching rows will do
but I just want one.

pgsql-general by date:

Previous
From: "René Romero Benavides"
Date:
Subject: Re: Streaming replication and sharding
Next
From: Kevin Grittner
Date:
Subject: Re: Why is this a cross join?