summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-14 13:50:38 +0100
committerYorhel <git@yorhel.nl>2010-11-14 13:50:38 +0100
commitd93c2ae8db73c8936cc7261306886dcf3f64ccf9 (patch)
tree578eae12dbb796160606ab5104d6520c86d87560 /util
parentf5ceecf5098f75bf8732db04c97818d57d17c634 (diff)
SQL: Removed CREATE LANGUAGE plpgsql
plpgsql is available by default in PostgreSQL 9.0, so there's no need for this statement anymore.
Diffstat (limited to 'util')
-rw-r--r--util/sql/all.sql3
1 files changed, 0 insertions, 3 deletions
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