forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commited3dc22
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 parenteb145fd commited3dc22
2 files changed
+7
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
391 | 391 |
| |
392 | 392 |
| |
393 | 393 |
| |
394 |
| - | |
395 |
| - | |
| 394 | + | |
| 395 | + | |
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
|
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)