> On Jan 13, 2016, at 9:17 AM, Greg Sabino Mullane <[email protected]> wrote:
> 
> On Mon, Jan 11, 2016 at 10:28:04PM -0800, Ben Chobot wrote:
>> I am trying to use Bucardo 5.4.1 to replicate tables in 
>> schemas containing non-alphanumeric characters
> ...
>> if ($name !~ /^([^\.\s]+)\.([^\.\s]+)$/o)
>> 
>> …or am I missing the point?
> 
> Yeah, that should be fine. I think the idea was to quickly 
> separate the table and schema, with a quick safety check 
> thrown in. I have no objection to a better regex.

So, changing this seemed to work fine, but required I redefine the 
sync_name_sane check on bucardo.sync. I took out the character checking and 
left it as 

lower(name) NOT IN ('pushdelta','fullcopy','swap','sync')

…and that *appeared* to work ok, but can you think of any ways I might be 
shooting myself in the foot?
_______________________________________________
Bucardo-general mailing list
[email protected]
https://mail.endcrypt.com/mailman/listinfo/bucardo-general

Reply via email to