annotate pgsql/utf8proc.sql @ 17:47b467f4c128
Contribution from libmojibake fork (missing file "normtest.c")
 | author | Jiahao Chen, Steven G. Johnson, Anthony David Kelman | 
 | date | Mon Dec 01 14:32:19 2014 -0500 (2014-12-01) | 
 | parents | d0bab6ca89a5 | 
 | children |  | 
 
 | rev | line source | 
| jbe@0 | 1 CREATE OR REPLACE FUNCTION unifold (text) RETURNS text | 
| jbe@14 | 2   LANGUAGE 'c' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so', | 
| jbe@0 | 3   'utf8proc_pgsql_unifold'; | 
| jbe@7 | 4 CREATE OR REPLACE FUNCTION unistrip (text) RETURNS text | 
| jbe@14 | 5   LANGUAGE 'c' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so', | 
| jbe@7 | 6   'utf8proc_pgsql_unistrip'; |