On Jun 7, 2007, at 10:27 , ABHANG RANE wrote:
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.
There is a cube contrib module (see contrib/cube). I don't know if
this does what you want as I don't really understand what you're
doing with it, but you might want to take a look.
Michael Glaesemann
grzm seespotcode net