summaryrefslogtreecommitdiff
path: root/pgsql/utf8proc.sql
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/utf8proc.sql')
-rw-r--r--pgsql/utf8proc.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/pgsql/utf8proc.sql b/pgsql/utf8proc.sql
deleted file mode 100644
index 605c646..0000000
--- a/pgsql/utf8proc.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-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';