forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e74a42
committed
Document incompatibility of comparison expressions with VARIADIC array arguments
COALESCE, GREATEST and LEAST all look like functions taking variablenumbers of arguments, but in fact they are not functions, and soVARIADIC array arguments don't work with them. Add a note to the docsexplaining this fact.The consensus is not to try to make this work, but just to document thelimitation.Discussion:https://postgr.es/m/CAFj8pRCaAtuXuRtvXf5GmPbAVriUQrNMo7-=TXUFN025S31R_w@mail.gmail.com1 parent32b8f0b commit5e74a42
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12481 | 12481 |
| |
12482 | 12482 |
| |
12483 | 12483 |
| |
| 12484 | + | |
| 12485 | + | |
| 12486 | + | |
| 12487 | + | |
| 12488 | + | |
| 12489 | + | |
| 12490 | + | |
| 12491 | + | |
| 12492 | + | |
12484 | 12493 |
| |
12485 | 12494 |
| |
12486 | 12495 |
| |
|
0 commit comments
Comments
(0)