Re: cube for real[]

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: ABHANG RANE <arane(at)indiana(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: cube for real[]
Date: 2007-06-07 17:00:24
Message-ID: CBE43E6A-DD09-4710-AF24-5B353D7349BB@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2007-06-07 17:02:42 the perfect mail archival system
Previous Message Campbell, Lance 2007-06-07 16:39:10 Re: subtract a day from the NOW function