postgresql/contrib/cube/expected
Bruce Momjian 796de9c1ed /contrib/cube improvements:
Update the calling convention for all external facing functions. By
external facing, I mean all functions that are directly referenced in
cube.sql. Prior to my update, all functions used the older V0 calling
convention. They now use V1.

New Functions:

cube(float[]), which makes a zero volume cube from a float array

cube(float[], float[]), which allows the user to create a cube from
two float arrays; one for the upper right and one for the lower left
coordinate.

cube_subset(cube, int4[]), to allow you to reorder or choose a subset of
dimensions from a cube, using index values specified in the array.

Joshua Reich
2006-07-25 23:23:45 +00:00
..
cube.out /contrib/cube improvements: 2006-07-25 23:23:45 +00:00
cube_1.out Woops: also update the alternative "expected" files for contrib/cube's 2006-03-01 23:00:56 +00:00
cube_2.out Woops: also update the alternative "expected" files for contrib/cube's 2006-03-01 23:00:56 +00:00