From d93c2ae8db73c8936cc7261306886dcf3f64ccf9 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 14 Nov 2010 13:50:38 +0100 Subject: SQL: Removed CREATE LANGUAGE plpgsql plpgsql is available by default in PostgreSQL 9.0, so there's no need for this statement anymore. --- util/sql/all.sql | 3 --- 1 file changed, 3 deletions(-) (limited to 'util') diff --git a/util/sql/all.sql b/util/sql/all.sql index 24117f28..4408c6df 100644 --- a/util/sql/all.sql +++ b/util/sql/all.sql @@ -1,8 +1,5 @@ -- NOTE: Make sure you're cd'ed in the vndb root directory before running this script --- plpgsql is required for our (trigger) functions -CREATE LANGUAGE plpgsql; - -- data types -- cgit v1.2.3