Guy,

It doesn't look to me like this patch has been added to the cube extension,
which I already loaded into Postgres hoping it would provide a solution.
 There's a discussion on the Postgres hacker board about maybe adding it to
version 9.5 assuming all the tests and benchmarks can be properly added.

Again, I'm not familiar at all with the PG development ecosystem, so if
there is a way to add this patch to my PG installation I'm more than
willing to give it a test drive.

Cheers,

Chris


On Sun, Apr 13, 2014 at 12:44 AM, Guyren Howe <[email protected]> wrote:

> On Apr 13, 2014, at 12:18 AM, Chris McCann <[email protected]> wrote:
>
> Thanks, Guy, that is the Cube patch I referenced in my reply earlier
> today.  At this point I'd rather not have to build a custom copy of
> Postgres to get this functionality, especially if I plan to deploy this app
> to a hosting provider like Heroku.
>
> That assumes I correctly understand what a "patch" is, so if I'm off the
> mark please enlighten me.
>
>
> That's a standard contrib module, so it's probably already there if you're
> using a pretty standard build. There's a good chance you can just do:
>
> create extension cube;
>
> Then do something like:
>
> select cube_union('(0,5,2),(2,3,1)', '0');
>
> Regards,
>
> Guyren G Howe
> Relevant Logic LLC
>
> guyren-at-relevantlogic.com ~ http://relevantlogic.com ~ +1 512 784 3178
>
> Ruby/Rails,  Xojo, PHP programming
> PostgreSQL, MySQL database design and consulting
> Technical writing and training
>
> Read my book, Real OOP with REALbasic: <
> http://relevantlogic.com/oop-book/about-the-oop-book.php>
>
>  --
> --
> SD Ruby mailing list
> [email protected]
> http://groups.google.com/group/sdruby
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "SD Ruby" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sdruby/eIfin-w6eD4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
--- 
You received this message because you are subscribed to the Google Groups "SD 
Ruby" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to