- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit0fe77d7
committed
The documentation for SELECT is incorrect in a sense: the syntax for a
join is defined as:from_item [ NATURAL ] join_type from_item [ ON join_condition | USING ( join_column_list ) ]However, if the join_type is an INNER or OUTER join, an ON, USING, orNATURAL clause *must* be specified (it's not optional, as that segmentof the docs suggest).I'm not exactly sure what the best way to fix this is, so I've attacheda patch adding a FIXME comment to the relevant section of the SGML. Ifanyone has any ideas on the proper way to outline join syntax, pleasespeak up.Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC1 parente0d043b commit0fe77d7
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 |
| |
50 | 55 |
| |
51 | 56 |
| |
|
0 commit comments
Comments
(0)