- Notifications
You must be signed in to change notification settings - Fork28
Commit5512427
committed
Doc: clarify description of degenerate NATURAL joins.
Claiming that NATURAL JOIN is equivalent to CROSS JOIN when there areno common column names is only strictly correct if it's an inner join;you can't say e.g. CROSS LEFT JOIN. Better to explain it as meaningJOIN ON TRUE, instead. Per a suggestion from David Johnston.Discussion:https://postgr.es/m/CAKFQuwb+mYszQhDS9f_dqRrk1=Pe-S6D=XMkAXcDf4ykKPmgKQ@mail.gmail.com1 parent41ada83 commit5512427
2 files changed
+7
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
396 |
| - | |
397 |
| - | |
| 396 | + | |
| 397 | + | |
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
606 |
| - | |
| 606 | + | |
| 607 | + | |
607 | 608 |
| |
608 |
| - | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
609 | 612 |
| |
610 | 613 |
| |
611 | 614 |
| |
|
0 commit comments
Comments
(0)