projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c944a96
)
Add -vv to list_tables
author
Greg Sabino Mullane
<greg@endpoint.com>
Sun, 27 Nov 2011 00:16:40 +0000
(19:16 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Sun, 27 Nov 2011 00:16:40 +0000
(19:16 -0500)
bucardo
patch
|
blob
|
blame
|
history
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;