Re: Missing grammar production for WITH TIES - Mailing list pgsql-hackers

From Vik Fearing
Subject Re: Missing grammar production for WITH TIES
Date
Msg-id f8c653e8-c1e8-c563-4963-1b80562d2c1f@postgresfriends.org
Whole thread Raw
In response to Re: Missing grammar production for WITH TIES  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On 5/18/20 7:03 PM, Alvaro Herrera wrote:
> On 2020-May-18, Vik Fearing wrote:
> 
>> The syntax for FETCH FIRST allows the <fetch first quantity> to be
>> absent (implying 1).
>>
>> We implement this correctly for ONLY, but WITH TIES didn't get the memo.
> 
> Oops, yes.  I added a test.  Will get this pushed immediately after I
> see beta1 produced.

Thanks!
-- 
Vik Fearing



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgindent && weirdness
Next
From: Peter Eisentraut
Date:
Subject: Re: POC: rational number type (fractions)