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 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