utf8proc

annotate pgsql/utf8proc.sql @ 9:951e73a98021

Version 1.1.3

- Added a function utf8proc_version returning a string containing the version number of the library.
- Included a target libutf8proc.dylib for MacOSX.
- PostgreSQL 8.3 compatibility (use of SET_VARSIZE macro)
author jbe
date Fri May 01 12:00:00 2009 +0200 (2009-05-01)
parents fcfd8c836c64
children d0bab6ca89a5
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@7 4 CREATE OR REPLACE FUNCTION unistrip (text) RETURNS text
jbe@7 5 LANGUAGE 'C' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
jbe@7 6 'utf8proc_pgsql_unistrip';

Impressum / About Us