On Sep 13, 2013, at 8:33 AM, A. David <[email protected]> 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

_______________________________________________
Bucardo-general mailing list
[email protected]
https://mail.endcrypt.com/mailman/listinfo/bucardo-general

Reply via email to