From 040356535ba46083ab5f7e15f8da1f895e4d6c36 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 5 Oct 2011 19:22:27 -0400 Subject: [PATCH] Fix typo in SQL generation bit --- bucardo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucardo b/bucardo index 475859136..53cfde102 100755 --- a/bucardo +++ b/bucardo @@ -4449,7 +4449,7 @@ AND nspname !~ '^pg_' ## Setup the SQL to search the live database $SQL = $BASESQL . ($hasadot - ? 'AND nspname||'.'||relname ~ ?' + ? q{AND nspname||'.'||relname ~ ?} : 'AND relname ~ ?'); } ## end wildcards -- 2.39.5