Cube enhancements for 7.4 - Mailing list pgsql-patches

From Bruno Wolff III
Subject Cube enhancements for 7.4
Date
Msg-id 20030125200829.GA9251@wolff.to
Whole thread Raw
Responses Re: Cube enhancements for 7.4
Re: Cube enhancements for 7.4
List 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

pgsql-patches by date:

Previous
From: Oliver Elphick
Date:
Subject: Fix segfault in pg_restore
Next
From: Bruce Momjian
Date:
Subject: Re: Docs for service file