aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_clause.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-25 23:23:45 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-25 23:23:45 +0000
commit796de9c1ed3d2cfc074c3cdbe9a12c698cd53336 (patch)
tree0e139fdedde2cc9b2f684d677a1f3d95decb4ccc /src/backend/parser/parse_clause.c
parente6284649b9e30372b3990107a082bc7520325676 (diff)
downloadpostgresql-796de9c1ed3d2cfc074c3cdbe9a12c698cd53336.tar.gz
postgresql-796de9c1ed3d2cfc074c3cdbe9a12c698cd53336.zip
/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
Diffstat (limited to 'src/backend/parser/parse_clause.c')
0 files changed, 0 insertions, 0 deletions