summaryrefslogtreecommitdiff
path: root/pgsql/utf8proc.sql
blob: 605c6467ed95d97b659032d45a9ee721d678a596 (plain)
1
2
3
4
5
6
CREATE OR REPLACE FUNCTION unifold (text) RETURNS text
  LANGUAGE 'c' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
  'utf8proc_pgsql_unifold';
CREATE OR REPLACE FUNCTION unistrip (text) RETURNS text
  LANGUAGE 'c' IMMUTABLE STRICT AS '$libdir/utf8proc_pgsql.so',
  'utf8proc_pgsql_unistrip';