Re: [GENERAL] cube problem

2007-06-08 Thread Alexander Staubo
On 6/8/07, ABHANG RANE [EMAIL PROTECTED] wrote: Hi, I have a table with one column as real[]. Now if I want to make cubes out of each of these arrays, is there a way in postgre I can do it. I guess cube operator is not defined for real[] but can I create cubes if the column was integer[]. If yes

[GENERAL] cube problem

2007-06-07 Thread ABHANG RANE
Hi, I have a table with one column as real[]. Now if I want to make cubes out of each of these arrays, is there a way in postgre I can do it. I guess cube operator is not defined for real[] but can I create cubes if the column was integer[]. If yes please may I know how. Actually I would