utf8proc

annotate pgsql/utf8proc.sql @ 0:a0368662434c

Version 0.1
author jbe
date Fri Jun 02 12:00:00 2006 +0200 (2006-06-02)
parents
children fcfd8c836c64
rev   line source
jbe@0 1 CREATE OR REPLACE FUNCTION unifold (text) RETURNS text
jbe@0 2 LANGUAGE 'C' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
jbe@0 3 'utf8proc_pgsql_unifold';
jbe@0 4

Impressum / About Us