cube for real[]

Started by ABHANG RANEalmost 19 years ago2 messagesgeneral
Jump to latest
#1ABHANG RANE
arane@indiana.edu

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.

Thanks
Abhang

#2Michael Glaesemann
grzm@seespotcode.net
In reply to: ABHANG RANE (#1)
Re: cube for real[]

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