Tutorial: chapter 5 - Mailing list pgsql-docs

From itdcgb
Subject Tutorial: chapter 5
Date
Msg-id 3A25384D@mailbox.hants.gov.uk
Whole thread Raw
Responses Re: Tutorial: chapter 5  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-docs
In 'Joins between classes' in Section 5 of the tutorial we have, in
the first paragraph:

    As an example, say we wish to find all the records that
    are in the  temperature  range  of  other records. In
    effect, we need to compare the temp_lo and temp_hi
    attributes of each EMP instance to the temp_lo and
    temp_hi  attributes of all other EMP instances.

I believe that EMP should read WEATHER, as the example query that
follows joins WEATHER to itself.

EMP is often used in Oracle examples.

Regards,
Graham


pgsql-docs by date:

Previous
From: Luis Sousa
Date:
Subject: Reference Manual
Next
From: Peter Eisentraut
Date:
Subject: Re: Reference Manual