Re: 'alternatives'

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Christophe Pettus <xof(at)thebuild(dot)com>
Cc: pgsql-general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: 'alternatives'
Date: 2012-11-28 21:58:16
Message-ID: 20121128215815.GB616@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Christophe,

On 2012-11-28 13:07:12 -0800, Christophe Pettus wrote:
> In a query plan, I noticed the following:
>
> Join Filter: (((all_permissions.role_recursive AND
> (alternatives: SubPlan 5 or hashed SubPlan 6)) OR
> (permitted_e.id = deployed_e.id)) AND (NOT (SubPlan 13)))

Check the first item of
http://www.postgresql.org/docs/current/interactive/release-9-2.html#AEN110503

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christophe Pettus 2012-11-28 22:16:18 Re: 'alternatives'
Previous Message Little, Douglas 2012-11-28 21:47:11 Re: Getting show results into a table