forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc1ad804
committed
Doc: improve example for intarray's uniq() function.
The previous entry invited confusion between what uniq() doesby itself and what it does when combined with sort(). The latterusage is pretty useful so we should show it, but add an additionalexample to clarify the results of uniq() alone.Per suggestion from Martin Kalcher. Back-patch to v13, wherewe switched to formatting that supports multiple examples.Discussion:https://postgr.es/m/165407884456.573551.8779012279828726162@wrigleys.postgresql.org1 parent2223c2a commitc1ad804
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
134 | 139 |
| |
135 | 140 |
| |
136 | 141 |
| |
|
0 commit comments
Comments
(0)