Re: [DOCS] Array function

2004-11-02 Thread Jim C. Nasby
The datatypes chapter mentions nothing about ARRAY(), for starters. I'm not suggesting that the reference is incomplete, but I think a chapter explaining some about arrays, how to use them, and what you can do with them would be useful. On Mon, Nov 01, 2004 at 11:11:31PM +0100, Peter Eisentraut wr

Re: [DOCS] Array function

2004-11-02 Thread Jim C. Nasby
Here's an example I just thought of that would be great to document: I have an array of integers. I'd like to also associate some names with them. I can't do this in the same array, but I can do it in a different array. But how do I ensure that when I build that array using name=ARRAY(SELECT name