From b1c7475814393c70782179f6b9a49ef4aeabdfc6 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 18 Jan 2009 17:17:23 +0100 Subject: [PATCH] update2 might actually be helpful to create plperl if one wants perl, not sql. brrr Signed-off-by: Joerg Jaspert --- dak/dakdb/update2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/dakdb/update2.py b/dak/dakdb/update2.py index 12fe4f17..91fbe4f1 100755 --- a/dak/dakdb/update2.py +++ b/dak/dakdb/update2.py @@ -36,7 +36,7 @@ def do_update(self): c = self.db.cursor() print "Enabling PL/Perl language" - c.execute("CREATE LANGUAGE plpgsql;") + c.execute("CREATE LANGUAGE plperl;") print "Adding debversion type to database." -- 2.39.5