forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit24b83a5
committed
Doc: clarify data type behavior of COALESCE and NULLIF.
After studying the code, NULLIF is a lot more subtle than you mighthave guessed.Discussion:https://postgr.es/m/160486028730.25500.15740897403028593550@wrigleys.postgresql.org1 parent180cf87 commit24b83a5
2 files changed
+33
-6
lines changedLines changed: 25 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17286 | 17286 |
| |
17287 | 17287 |
| |
17288 | 17288 |
| |
| 17289 | + | |
| 17290 | + | |
| 17291 | + | |
| 17292 | + | |
| 17293 | + | |
| 17294 | + | |
17289 | 17295 |
| |
17290 | 17296 |
| |
17291 | 17297 |
| |
| |||
17316 | 17322 |
| |
17317 | 17323 |
| |
17318 | 17324 |
| |
17319 |
| - | |
17320 |
| - | |
17321 | 17325 |
| |
17322 | 17326 |
| |
17323 | 17327 |
| |
17324 | 17328 |
| |
17325 | 17329 |
| |
| 17330 | + | |
| 17331 | + | |
| 17332 | + | |
| 17333 | + | |
| 17334 | + | |
| 17335 | + | |
| 17336 | + | |
| 17337 | + | |
| 17338 | + | |
| 17339 | + | |
| 17340 | + | |
| 17341 | + | |
| 17342 | + | |
| 17343 | + | |
| 17344 | + | |
| 17345 | + | |
| 17346 | + | |
| 17347 | + | |
| 17348 | + | |
17326 | 17349 |
| |
17327 | 17350 |
| |
17328 | 17351 |
| |
|
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
132 | 134 |
| |
133 | 135 |
| |
134 | 136 |
| |
| |||
1040 | 1042 |
| |
1041 | 1043 |
| |
1042 | 1044 |
| |
1043 |
| - | |
| 1045 | + | |
| 1046 | + | |
1044 | 1047 |
| |
1045 |
| - | |
| 1048 | + | |
| 1049 | + | |
1046 | 1050 |
| |
1047 | 1051 |
| |
1048 | 1052 |
| |
|
0 commit comments
Comments
(0)