On Fri, Aug 9, 2013 at 09:12:03AM -0400, Robert Haas wrote:
> On Mon, Aug 5, 2013 at 4:53 PM, Dimitri Fontaine
> wrote:
> > Bruce Momjian writes:
> >> So do we want to keep that "AND" in the 9.3beta and 9.4 documentation?
> >
> > The grammar as in gram.y still allows the AND form, and I think w
On Mon, Aug 5, 2013 at 4:53 PM, Dimitri Fontaine wrote:
> Bruce Momjian writes:
>> So do we want to keep that "AND" in the 9.3beta and 9.4 documentation?
>
> The grammar as in gram.y still allows the AND form, and I think we're
> used to maintain documentation that matches the code here. So I thi
Bruce Momjian writes:
> So do we want to keep that "AND" in the 9.3beta and 9.4 documentation?
The grammar as in gram.y still allows the AND form, and I think we're
used to maintain documentation that matches the code here. So I think it
makes sense to remove both capabilities as we failed to del
On Fri, Jul 19, 2013 at 05:12:16PM -0700, Dimitri Fontaine wrote:
> Joe Abbate writes:
> > What is the purpose of the [ AND ... ] at the end of the WHEN clause?
> > Is that for later releases, when presumably additional filter_variables
> > will be introduced? Right now, if I add "AND tag IN ..."
Joe Abbate writes:
> What is the purpose of the [ AND ... ] at the end of the WHEN clause?
> Is that for later releases, when presumably additional filter_variables
> will be introduced? Right now, if I add "AND tag IN ..." I get an
Yes. I had other filter variables in some versions of the patch