@@ -186,13 +186,13 @@ Arrays may now be specified as ARRAY[1,2,3], ARRAY[['a','b'],['c','d']],
186
186
or ARRAY[ARRAY[ARRAY[2]]] (Joe)
187
187
Allow proper comparisons for arrays (Joe)
188
188
Allow indexes on array columns, and used in ORDER BY and DISTINCT (Joe)
189
- Allow WHERE qualification 'expr <oper> ANY/SOME/ALL (array-expr)' (Tom, Joe)
189
+ Allow WHERE qualification 'expr <oper> ANY/SOME/ALL (array-expr)' (Joe)
190
190
Allow polymorphic SQL functions (Tom, Joe)
191
191
Allow array concatenation with '||' and normal array comparisons (Joe)
192
192
New array functions array_append(), array_cat(), array_lower(),
193
193
array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)
194
- Allow user defined aggregates to use polymorphic functions (Tom, Joe)
195
- Allow polymorphic user defined aggregates (Tom, Joe)
194
+ Allow user defined aggregates to use polymorphic functions (Joe)
195
+ Allow polymorphic user defined aggregates (Joe)
196
196
Allow assignments to empty arrays (Joe)
197
197
Allow 60 in seconds fields of timestamp, time, interval input values (Tom)
198
198
Allow PREPARE/bind of utility commands like FETCH and EXPLAIN (Tom)