Missing space.
authorGreg Sabino Mullane <[email protected]>
Thu, 23 Jul 2009 12:13:59 +0000 (08:13 -0400)
committerGreg Sabino Mullane <[email protected]>
Thu, 23 Jul 2009 12:13:59 +0000 (08:13 -0400)
check_postgres.pl

index ca28e32f67a9c3c5939836fbccdc623cfa893e76..69e47703346d13214265a4570ae2f92f4ba7174b 100755 (executable)
@@ -2497,10 +2497,10 @@ FROM (
 };
 
        if (! defined $opt{include}) {
-               $SQL .= "WHERE sml.relpages - otta > $MINPAGES OR ipages - iotta > $MINIPAGES";
+               $SQL .= " WHERE sml.relpages - otta > $MINPAGES OR ipages - iotta > $MINIPAGES";
                $SQL .= " LIMIT $LIMIT";
        }
-       $SQL .= "ORDER BY wastedbytes DESC";
+       $SQL .= " ORDER BY wastedbytes DESC";
 
        my $info = run_command($SQL);