Index: commands/sql/sql.drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/commands/sql/sql.drush.inc,v
retrieving revision 1.16
diff -u -p -r1.16 sql.drush.inc
--- commands/sql/sql.drush.inc	11 May 2009 13:01:18 -0000	1.16
+++ commands/sql/sql.drush.inc	11 May 2009 16:23:45 -0000
@@ -198,7 +198,7 @@ function drush_sql_dump($db_spec = NULL)
         $db_spec = _drush_sql_get_db_spec();
       }
 
-      $exec = 'pg_dump --clean ' . (drush_get_context('DRUSH_VERBOSE') ? '' : ' -q');
+      $exec = 'pg_dump --clean ' . (drush_get_context('DRUSH_VERBOSE') ? ' -v' : '');
       if ($file = drush_get_option('result-file')) {
         $exec .= ' --file '. $file;
       }
