forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit22d0c30
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 parent04911fa commit22d0c30
1 file changed
+14
-16
lines changedLines changed: 14 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16858 | 16858 |
| |
16859 | 16859 |
| |
16860 | 16860 |
| |
16861 |
| - | |
| 16861 | + | |
16862 | 16862 |
| |
16863 | 16863 |
| |
16864 | 16864 |
| |
| |||
16889 | 16889 |
| |
16890 | 16890 |
| |
16891 | 16891 |
| |
16892 |
| - | |
| 16892 | + | |
16893 | 16893 |
| |
16894 | 16894 |
| |
16895 | 16895 |
| |
| |||
17000 | 17000 |
| |
17001 | 17001 |
| |
17002 | 17002 |
| |
17003 |
| - | |
17004 |
| - | |
17005 |
| - | |
| 17003 | + | |
| 17004 | + | |
| 17005 | + | |
| 17006 | + | |
| 17007 | + | |
| 17008 | + | |
| 17009 | + | |
| 17010 | + | |
| 17011 | + | |
17006 | 17012 |
| |
17007 | 17013 |
| |
17008 | 17014 |
| |
17009 | 17015 |
| |
17010 |
| - | |
17011 |
| - | |
17012 |
| - | |
17013 |
| - | |
| 17016 | + | |
| 17017 | + | |
| 17018 | + | |
17014 | 17019 |
| |
17015 | 17020 |
| |
17016 |
| - | |
17017 |
| - | |
17018 |
| - | |
17019 |
| - | |
17020 |
| - | |
17021 |
| - | |
17022 |
| - | |
17023 | 17021 |
| |
17024 | 17022 |
| |
17025 | 17023 |
| |
|
0 commit comments
Comments
(0)