Re: [GENERAL] number of dimensions of a multi-dimensional array

2005-12-01 Thread David Fetter
On Thu, Dec 01, 2005 at 02:15:39PM +0100, &ru wrote: > Hi! > > I am developing pl/pgsql functions with multi-dimensional array input > parameter. > I can use array_dims(), but it gives just the text representation of > the structure and it is not suitable when I want to iterate over the > whole ar

[GENERAL] number of dimensions of a multi-dimensional array

2005-12-01 Thread
Hi! I am developing pl/pgsql functions with multi-dimensional array input parameter. I can use array_dims(), but it gives just the text representation of the structure and it is not suitable when I want to iterate over the whole array with the array_lower() and array_upper() functions. I want to h