forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit15c68cd
committed
Doc: improve description of IN and row-constructor comparisons.
IN and NOT IN work fine on records and arrays, so just say thatthey accept "expressions" not "scalar expressions". I think thatthat phrasing was meant to say that they don't work on set-returningexpressions, but that's not the common meaning of "scalar".Revise the description of row-constructor comparisons to make itperhaps a bit less confusing. (This partially reverts somedubious wording changes made by commitf566515.)Per gripe from Ilya Nenashev. Back-patch to supported branches.In HEAD and v16, also drop a NOTE about pre-8.2 behavior, whichis hopefully no longer of interest to anybody.Discussion:https://postgr.es/m/168968062460.632.14303906825812821399@wrigleys.postgresql.org1 parent3f8c98d commit15c68cd
1 file changed
+14
-29
lines changedLines changed: 14 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22127 | 22127 |
| |
22128 | 22128 |
| |
22129 | 22129 |
| |
22130 |
| - | |
| 22130 | + | |
22131 | 22131 |
| |
22132 | 22132 |
| |
22133 | 22133 |
| |
| |||
22158 | 22158 |
| |
22159 | 22159 |
| |
22160 | 22160 |
| |
22161 |
| - | |
| 22161 | + | |
22162 | 22162 |
| |
22163 | 22163 |
| |
22164 | 22164 |
| |
| |||
22269 | 22269 |
| |
22270 | 22270 |
| |
22271 | 22271 |
| |
22272 |
| - | |
22273 |
| - | |
22274 |
| - | |
| 22272 | + | |
| 22273 | + | |
| 22274 | + | |
| 22275 | + | |
| 22276 | + | |
| 22277 | + | |
| 22278 | + | |
| 22279 | + | |
| 22280 | + | |
22275 | 22281 |
| |
22276 | 22282 |
| |
22277 | 22283 |
| |
22278 | 22284 |
| |
22279 |
| - | |
22280 |
| - | |
22281 |
| - | |
22282 |
| - | |
| 22285 | + | |
| 22286 | + | |
| 22287 | + | |
22283 | 22288 |
| |
22284 | 22289 |
| |
22285 |
| - | |
22286 |
| - | |
22287 |
| - | |
22288 |
| - | |
22289 |
| - | |
22290 |
| - | |
22291 |
| - | |
22292 | 22290 |
| |
22293 | 22291 |
| |
22294 | 22292 |
| |
| |||
22309 | 22307 |
| |
22310 | 22308 |
| |
22311 | 22309 |
| |
22312 |
| - | |
22313 |
| - | |
22314 |
| - | |
22315 |
| - | |
22316 |
| - | |
22317 |
| - | |
22318 |
| - | |
22319 |
| - | |
22320 |
| - | |
22321 |
| - | |
22322 |
| - | |
22323 |
| - | |
22324 |
| - | |
22325 | 22310 |
| |
22326 | 22311 |
| |
22327 | 22312 |
| |
|
0 commit comments
Comments
(0)