[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] update2



might actually be helpful to create plperl if one wants perl, not sql. brrr

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/dakdb/update2.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/dakdb/update2.py b/dak/dakdb/update2.py
index 12fe4f1..91fbe4f 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."
 
-- 
1.5.6.5


Reply to: