utf8proc

view pgsql/utf8proc.sql @ 14:d0bab6ca89a5

Version 1.1.6

- PostgreSQL 9.2 and 9.3 compatibility (lowercase 'c' language name)
author jbe
date Wed Nov 27 12:00:00 2013 +0100 (2013-11-27)
parents fcfd8c836c64
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';

Impressum / About Us