forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd014e6c
committed
Clarify the result order of unnest(multirange).
It is best not to mention the storage order, because that isan implementation detail and has confused at least one user,who assumed that the storage order is the order in which theconstituent ranges were written in SQL.Since the sorting order is explained at the beginning of thepage, it should be sufficient to say that the ranges arereturned in ascending order.Author: Laurenz AlbeReviewed-by: Daniel FredouilleDiscussion:https://postgr.es/m/169627213477.3727338.17653654241633692682%40wrigleys.postgresql.org1 parent12cf3ac commitd014e6c
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20218 | 20218 |
| |
20219 | 20219 |
| |
20220 | 20220 |
| |
20221 |
| - | |
20222 |
| - | |
| 20221 | + | |
20223 | 20222 |
| |
20224 | 20223 |
| |
20225 | 20224 |
| |
|
0 commit comments
Comments
(0)