UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 6 Dec 2013 06:57:12 +0000 (14:57 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Dec 2013 06:57:12 +0000 (14:57 +0800)
UpdateDatabase.php

index 9539f59..1b0dec7 100644 (file)
@@ -125,7 +125,7 @@ class Pman_Core_UpdateDatabase extends Pman
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));
    
         
-        //$this->fixSequencesPgsql();exit;
+        $this->fixSequencesPgsql();exit;
         $this->opts = $opts;
         
         // ask all the modules to verify the opts
@@ -738,7 +738,7 @@ class Pman_Core_UpdateDatabase extends Pman
                     AND D.refobjid = C.attrelid
                     AND D.refobjsubid = C.attnum
                     AND NS.oid = T.relnamespace
-                ORDER BY S.relname;     
+                ORDER BY S.relname   
         ");
          $cmds = array();
         while ($cs->fetch()) {