projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c7475
)
update2
author
Joerg Jaspert
<joerg@debian.org>
Sun, 18 Jan 2009 16:19:46 +0000
(17:19 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Sun, 18 Jan 2009 16:19:46 +0000
(17:19 +0100)
yay, we didnt even have plpgsql, but need it.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/dakdb/update2.py
patch
|
blob
|
history
diff --git
a/dak/dakdb/update2.py
b/dak/dakdb/update2.py
index 91fbe4f1f4b3a326901ce21162fa79bb014d3c15..20154b07e007ef636d6fd5cde8713cbaf48c65c3 100755
(executable)
--- a/
dak/dakdb/update2.py
+++ b/
dak/dakdb/update2.py
@@
-37,6
+37,7
@@
def do_update(self):
print "Enabling PL/Perl language"
c.execute("CREATE LANGUAGE plperl;")
+ c.execute("CREATE LANGUAGE plpgsql;")
print "Adding debversion type to database."