Re: Cube enhancements for 7.4

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Cube enhancements for 7.4
Date: 2003-02-13 05:26:55
Message-ID: 200302130526.h1D5Qtk03265@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Bruno Wolff III wrote:
> The attached patch provides cube with 4 functions for building cubes
> directly from float8 values. (As opposed to converting the values to strings
> and then parsing the strings.)
> The functions are:
> cube(float8) returns cube
> cube(float8,float8) returns cube
> cube(cube,float8) returns cube
> cube(cube,float8,float8) returns cube

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-02-13 05:31:08 Re: Earthdistance update for 7.4 - depends on recent cube
Previous Message Bruce Momjian 2003-02-13 05:25:25 Re: SEQUENCEs and NO MAXVALUE NO MINVALUE