self join

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: francis(dot)ebbs(at)gmail(dot)com
Subject: self join
Date: 2019-04-10 09:19:20
Message-ID: 155488796096.1361.4380125014968700223@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/tutorial-join.html
Description:

The example of self join shows two resulting records.
I have checked the input data.
There are three output records with lower lo and higher high temperatures

We seem to be missing, in the answer, a third record:
( (San Francisco, 46, 50) , (Hayward, 54, 37 ))

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2019-04-10 16:30:40 Typo
Previous Message PG Doc comments form 2019-04-10 08:58:10 JOINS example