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

Commitc0edc53

Browse files
committed
The attached adds GRANTs to PUBLIC for contrib/fuzzystringmatch.
Joe Conway
1 parentbd04184 commitc0edc53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎contrib/fuzzystrmatch/fuzzystrmatch.sql.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ CREATE FUNCTION soundex(text) RETURNS text
99

1010
CREATE FUNCTION text_soundex(text) RETURNS text
1111
AS 'MODULE_PATHNAME', 'soundex' LANGUAGE 'c';
12+
13+
GRANT EXECUTE ON FUNCTION levenshtein (text,text) TO PUBLIC;
14+
GRANT EXECUTE ON FUNCTION metaphone (text,int) TO PUBLIC;
15+
GRANT EXECUTE ON FUNCTION soundex(text) TO PUBLIC;
16+
GRANT EXECUTE ON FUNCTION text_soundex(text) TO PUBLIC;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp