]> git.ipfire.org Git - thirdparty/postgresql.git/commit
The attached patch provides cube with 4 functions for building cubes
authorBruce Momjian <bruce@momjian.us>
Thu, 13 Feb 2003 05:26:50 +0000 (05:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 Feb 2003 05:26:50 +0000 (05:26 +0000)
commit80b3513d5700945447815e80a661c719d3e8f044
treed02aa5f05872cb768ca8744b92448b622724e475
parentf249daf9b7aef0bf0685efb35c159842e8f6df51
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

Bruno Wolff III
contrib/cube/README.cube
contrib/cube/cube.c
contrib/cube/cube.sql.in
contrib/cube/expected/cube.out
contrib/cube/sql/cube.sql