Commit b2d145b
committed
Fix documentation of argument type of json_agg and jsonb_agg
json_agg was originally designed to aggregate records. However, it soon
became clear that it is useful for aggregating all kinds of values and
that's what we have on 9.3 and 9.4, and in head for it and jsonb_agg.
The documentation suggested otherwise, so this fixes it.1 parent 955557d commit b2d145b
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12230 | 12230 | | |
12231 | 12231 | | |
12232 | 12232 | | |
12233 | | - | |
| 12233 | + | |
12234 | 12234 | | |
12235 | 12235 | | |
12236 | | - | |
| 12236 | + | |
12237 | 12237 | | |
12238 | 12238 | | |
12239 | 12239 | | |
12240 | 12240 | | |
12241 | | - | |
| 12241 | + | |
12242 | 12242 | | |
12243 | 12243 | | |
12244 | 12244 | | |
12245 | 12245 | | |
12246 | 12246 | | |
12247 | 12247 | | |
12248 | 12248 | | |
12249 | | - | |
| 12249 | + | |
12250 | 12250 | | |
12251 | 12251 | | |
12252 | | - | |
| 12252 | + | |
12253 | 12253 | | |
12254 | 12254 | | |
12255 | 12255 | | |
12256 | 12256 | | |
12257 | | - | |
| 12257 | + | |
12258 | 12258 | | |
12259 | 12259 | | |
12260 | 12260 | | |
| |||
0 commit comments