utf8proc/pgsql/utf8proc.sql
2014-07-15 15:29:52 -04:00

7 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';