On Wed, Jul 20, 2016 at 1:17 PM, Aislan Luiz Wendling <
aislanluiz(at)hotmail(dot)com> wrote:
>
> it doesn't work, as the value comes like this: {"xxxxx","yyyyy"}
>
>
SELECT '{"xxxxx","yyyyy"}'::text[] = array['xxxxx','yyyyy']::text[]; --
TRUE
David J.