projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
358ebf8
)
Typo
author
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 31 Jul 2015 10:52:15 +0000
(06:52 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 31 Jul 2015 10:52:15 +0000
(06:52 -0400)
bucardo
patch
|
blob
|
blame
|
history
diff --git
a/bucardo
b/bucardo
index 5a855f9444bee2c5c8eb969dd3c64e0e55b605b9..f358a88d605e91812a412218a9ceb681c86c6429 100755
(executable)
--- a/
bucardo
+++ b/
bucardo
@@
-4983,7
+4983,7
@@
AND nspname !~ '^pg_'
## In case someone entered duplicate arguments
next if $seenit{$item}++;
- ## Skip if this is not a tablename, but an argu
e
ment of the form x=y
+ ## Skip if this is not a tablename, but an argument of the form x=y
next if index($item, '=') >= 0;
## Determine if this item has a dot in it, and/or it is using wildcards