summaryrefslogtreecommitdiff
path: root/pgsql/utf8proc.sql
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2014-07-15 15:32:53 -0400
committerSteven G. Johnson <stevenj@mit.edu>2014-07-15 15:33:52 -0400
commitc0f2b512a055c667cb751ef4526ea744f2428826 (patch)
treec3f1e8ec8c857026c5fbffa9305596a62388be11 /pgsql/utf8proc.sql
parentab9520d18845248ef79ee98e8d671f8eecfec288 (diff)
downloadlibutf8proc-c0f2b512a055c667cb751ef4526ea744f2428826.tar.gz
libutf8proc-c0f2b512a055c667cb751ef4526ea744f2428826.tar.bz2
rm ruby and pgsql plugins: keep libutf8proc repo focused exclusively on the C library
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';