utf8proc
view pgsql/utf8proc.sql @ 16:1711af85df6f
Added tags for versions 0.1 through 1.1.6
author | jbe |
---|---|
date | Fri Nov 28 01:56:31 2014 +0100 (2014-11-28) |
parents | d0bab6ca89a5 |
children |
line source
1 CREATE OR REPLACE FUNCTION unifold (text) RETURNS text
2 LANGUAGE 'c' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
3 'utf8proc_pgsql_unifold';
4 CREATE OR REPLACE FUNCTION unistrip (text) RETURNS text
5 LANGUAGE 'c' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
6 'utf8proc_pgsql_unistrip';