From: | momjian(at)postgresql(dot)org |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/doc/src/sgml (query.sgml) |
Date: | 2000-12-12 16:47:52 |
Message-ID: | 200012121647.eBCGlqo30495@hub.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Tuesday, December 12, 2000 @ 11:47:52
Author: momjian
Update of /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml
from hub.org:/home/projects/pgsql/tmp/cvs-serv30484/pgsql/doc/src/sgml
Modified Files:
query.sgml
----------------------------- Log Message -----------------------------
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
Other RULE cleanups
From | Date | Subject | |
---|---|---|---|
Next Message | PostgreSQL Main | 2000-12-12 19:54:46 | [WEBMASTER] 'www/html index.html mirrors.html news.html sites.html' |
Previous Message | tgl | 2000-12-12 05:07:59 | pgsql/doc/src/sgml/ref (select.sgml select_into.sgml) |