提交 c4642124 编写于 作者: B Bruce Momjian

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
上级 9416f383
......@@ -32,6 +32,8 @@ LANGUAGE 'C' IMMUTABLE STRICT;
COMMENT ON FUNCTION cube(text) IS 'convert text to cube';
CREATE CAST (text AS cube) WITH FUNCTION cube(text) AS ASSIGNMENT;
--
-- External C-functions for R-tree methods
--
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册