Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0b532c9

Browse files
committed
Remove Tom mention on array items.
1 parent ad2068c commit 0b532c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HISTORY

+3-3
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ Arrays may now be specified as ARRAY[1,2,3], ARRAY[['a','b'],['c','d']],
186186
or ARRAY[ARRAY[ARRAY[2]]] (Joe)
187187
Allow proper comparisons for arrays (Joe)
188188
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)
190190
Allow polymorphic SQL functions (Tom, Joe)
191191
Allow array concatenation with '||' and normal array comparisons (Joe)
192192
New array functions array_append(), array_cat(), array_lower(),
193193
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)
196196
Allow assignments to empty arrays (Joe)
197197
Allow 60 in seconds fields of timestamp, time, interval input values (Tom)
198198
Allow PREPARE/bind of utility commands like FETCH and EXPLAIN (Tom)

0 commit comments

Comments
 (0)