From: Joerg Jaspert Date: Sun, 18 Jan 2009 16:17:23 +0000 (+0100) Subject: update2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c7475814393c70782179f6b9a49ef4aeabdfc6;p=dak update2 might actually be helpful to create plperl if one wants perl, not sql. brrr Signed-off-by: Joerg Jaspert --- 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."