From 93b910091f12eb94503e416d8fb57c48fe0df5c8 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 29 Dec 2010 03:46:39 +0000 Subject: #1006478 by Stevel, mradcliffe, vwX, bfroehle: Fixed D6 to D7 upgrade on PostgreSQL stopped cold at update.php --- modules/system/system.install | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index f31abcb5a..c0796027b 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2114,21 +2114,6 @@ function system_update_7021() { ->execute(); } -/** - * Add the substr_index() function to PostgreSQL. - * - * Note: this should go into the driver itself, but we have no support - * for driver-specific updates yet. - */ -function system_update_7024() { - if (db_driver() == 'pgsql') { - db_query('CREATE OR REPLACE FUNCTION "substring_index"(text, text, integer) RETURNS text AS - \'SELECT array_to_string((string_to_array($1, $2)) [1:$3], $2);\' - LANGUAGE \'sql\'' - ); - } -} - /** * Enable field type modules. */ -- cgit v1.2.3