utf8proc

annotate pgsql/utf8proc.sql @ 5:c18366878af9

Version 1.0.2

- included a check in Integer#utf8, which raises an exception, if the given code-point is invalid because of being too high (this was missing yet)
- added support for PostgreSQL version 8.2
author jbe
date Tue Dec 26 12:00:00 2006 +0100 (2006-12-26)
parents a0368662434c
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