Re: [HACKERS] Array Iterator functions

2002-04-15 Thread Tom Lane
"Rod Taylor" <[EMAIL PROTECTED]> writes: > What would it take to make the array iterator functions a part of the > standard base? (contrib/array) To me, the main problem with contrib/array is that it doesn't scale: you need more C functions for every array datatype you want to support. At the ve

[HACKERS] Array Iterator functions

2002-04-15 Thread Rod Taylor
What would it take to make the array iterator functions a part of the standard base? (contrib/array) A number of people want this type of functionality (value = [ any value of array ], and value = [ all values of array ] ). The license needs to be changed (with authors permission), but other tha