On Mon, Sep 7, 2015 at 4:48 PM, David G. Johnston <david.g.johnston@xxxxxxxxx> wrote:
IIRC The planner doesn't understandoverlaps so having a definition of:IN (1,2,3,4,5); or nearly equivalently = ANY(ARRAY[1,2,3,4,5]))and a request for:IN (1,3,5) / = ANY(ARRAY[1,3,5]) is going to get you nowhere with the planner.