Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c464212

Browse files
committed
When I made the cube(text) function for 7.3, I neglected to add a
matching create cast command. The attached diff adds a create cast as assignment to cube.sql.in . Bruno Wolff III
1 parent 9416f38 commit c464212

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/cube/cube.sql.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ LANGUAGE 'C' IMMUTABLE STRICT;
3232

3333
COMMENT ON FUNCTION cube(text) IS 'convert text to cube';
3434

35+
CREATE CAST (text AS cube) WITH FUNCTION cube(text) AS ASSIGNMENT;
36+
3537
--
3638
-- External C-functions for R-tree methods
3739
--

0 commit comments

Comments
 (0)