From c0f2b512a055c667cb751ef4526ea744f2428826 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Tue, 15 Jul 2014 15:32:53 -0400 Subject: rm ruby and pgsql plugins: keep libutf8proc repo focused exclusively on the C library --- pgsql/utf8proc.sql | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 pgsql/utf8proc.sql (limited to 'pgsql/utf8proc.sql') 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'; -- cgit v1.2.3