[Bucardo-general] Bucardo and Selective row sync in Master / Master mode

David E. Wheeler david at justatheory.com
Fri Sep 13 16:02:48 UTC 2013


On Sep 13, 2013, at 8:33 AM, A. David <david.arakelian at gmail.com> wrote:

> Remove the customselect parameter. Use the customcols command, instead.
>     [David Wheeler]
> 
> Will this allow to have a "WHERE clause" or it will only allow me to do "column1, columnN..."

I believe just the latter, but you can use expressions:

    bucardo add customcols public.foobar "select a, upper(b) AS b, CASE c WHEN FALSE THEN 0 ELSE 1 END" AS c db=foo

Best,

David



More information about the Bucardo-general mailing list