Cube enhancements for 7.4

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-patches(at)postgresql(dot)org
Subject: Cube enhancements for 7.4
Date: 2003-01-25 20:08:29
Message-ID: 20030125200829.GA9251@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 Content-Type Size
cube.diff text/plain 10.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-01-26 00:42:19 Re: Docs for service file
Previous Message Adam DePrince, CSA 2003-01-24 17:39:29 7.3.1 - python pgdb getdesc bug