Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc464212

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 asassignment to cube.sql.in .Bruno Wolff III
1 parent9416f38 commitc464212

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)

[8]ページ先頭

©2009-2025 Movatter.jp