Skip to content
Snippets Groups Projects
Commit 93b5b788 authored by Christopher Lenke's avatar Christopher Lenke
Browse files

23.09.2024

parent b9f33537
No related branches found
No related tags found
No related merge requests found
-- DROP FUNCTION schema_xyz.unaccent(text);
CREATE OR REPLACE FUNCTION schema_xyz.unaccent(text)
RETURNS text
LANGUAGE c
STABLE PARALLEL SAFE STRICT
AS '$libdir/unaccent', $function$unaccent_dict$function$
;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment