forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita6088e1
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 parente947838 commita6088e1
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 | |
---|---|---|---|
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
497 |
| - | |
| 497 | + | |
| 498 | + | |
498 | 499 |
| |
499 |
| - | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
500 | 503 |
| |
501 | 504 |
| |
502 | 505 |
| |
|
0 commit comments
Comments
(0)