We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9416f38 commit c464212Copy full SHA for c464212
contrib/cube/cube.sql.in
@@ -32,6 +32,8 @@ LANGUAGE 'C' IMMUTABLE STRICT;
32
33
COMMENT ON FUNCTION cube(text) IS 'convert text to cube';
34
35
+CREATE CAST (text AS cube) WITH FUNCTION cube(text) AS ASSIGNMENT;
36
+
37
--
38
-- External C-functions for R-tree methods
39
0 commit comments