X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate2.py;h=850e3ab550a5b2c993604d96fe862bf9cf1a0dcd;hb=20c0374a2f1273dbf2f45363e6838753ee07709f;hp=10407a9c510ce7daa38405b1c165c014025b00be;hpb=9f371390bb90395b2f2f0b65c91c21047896774a;p=dak.git diff --git a/dak/dakdb/update2.py b/dak/dakdb/update2.py index 10407a9c..850e3ab5 100755 --- a/dak/dakdb/update2.py +++ b/dak/dakdb/update2.py @@ -28,13 +28,11 @@ from daklib.dak_exceptions import DBUpdateError ################################################################################ def do_update(self): -vvvvvvvvvvvvvvvvvvvv print "Note: to be able to enable the the PL/Perl (plperl) procedural language, we do" print "need postgresql-plperl-$postgres-version installed. Make sure that this is the" print "case before you continue. Interrupt if it isn't, sleeping 5 seconds now." print "(We need to be database superuser for this to work!)" time.sleep (5) -^^^^^^^^^^^^^^^^^^^^ try: c = self.db.cursor()