utf8proc
annotate pgsql/utf8proc.sql @ 14:d0bab6ca89a5
Version 1.1.6
- PostgreSQL 9.2 and 9.3 compatibility (lowercase 'c' language name)
- 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 |
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'; |