Thanks to visit codestin.com Credit goes to github.com
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 0a023a1 commit c0577c9Copy full SHA for c0577c9
contrib/unaccent/unaccent.sql.in
@@ -6,12 +6,12 @@ SET search_path = public;
6
CREATE OR REPLACE FUNCTION unaccent(regdictionary, text)
7
RETURNS text
8
AS 'MODULE_PATHNAME', 'unaccent_dict'
9
- LANGUAGE C STRICT;
+ LANGUAGE C STABLE STRICT;
10
11
CREATE OR REPLACE FUNCTION unaccent(text)
12
13
14
15
16
CREATE OR REPLACE FUNCTION unaccent_init(internal)
17
RETURNS internal
0 commit comments