This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
travelguide/3rdparty/utf8proc/pgsql/utf8proc.sql
2013-08-06 12:55:46 +03:00

6 lines
296 B
SQL

CREATE OR REPLACE FUNCTION unifold (text) RETURNS text
LANGUAGE 'C' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
'utf8proc_pgsql_unifold';
CREATE OR REPLACE FUNCTION unistrip (text) RETURNS text
LANGUAGE 'C' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
'utf8proc_pgsql_unistrip';