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

23.09.2024

parent 93b5b788
No related branches found
No related tags found
No related merge requests found
-- DROP FUNCTION schema_xyz.unaccent_init(internal);
CREATE OR REPLACE FUNCTION schema_xyz.unaccent_init(internal)
RETURNS internal
LANGUAGE c
PARALLEL SAFE
AS '$libdir/unaccent', $function$unaccent_init$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