Add -vv to list_tables
authorGreg Sabino Mullane <greg@endpoint.com>
Sun, 27 Nov 2011 00:16:40 +0000 (19:16 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Sun, 27 Nov 2011 00:16:40 +0000 (19:16 -0500)
bucardo

diff --git a/bucardo b/bucardo
index 86db2e0ee6cf7f8d042d0e788f0677f1bd070894..ecd705e18a28bfd1d84a1c1c902eee17bf802277 100755 (executable)
--- a/bucardo
+++ b/bucardo
@@ -3667,6 +3667,7 @@ sub list_tables {
         }
         print "\n";
 
+        $VERBOSE >= 2 and show_all_columns($row);
     }
 
     exit 0;