blob: 1646353d3bb2e7dbd753ef7edaa752d9bfbd9d7e [file] [log] [blame]
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';