Re: FETCH FIRST clause PERCENT option - Mailing list pgsql-hackers

From Surafel Temesgen
Subject Re: FETCH FIRST clause PERCENT option
Date
Msg-id CALAY4q-7FxvHsFxQ=V6FonKX1f7+sxAXS2Dix7SF=3zP2qQd7g@mail.gmail.com
Whole thread Raw
In response to Re: FETCH FIRST clause PERCENT option  (Mark Dilger <hornschnorter@gmail.com>)
Responses Re: FETCH FIRST clause PERCENT option
List pgsql-hackers




I messed around with your changes to the grammar and it seems you don't
need to add PERCENT as a reserved keyword.  Moving this to the unreserved
keyword section does not cause any shift/reduce errors, and the regression
tests still pass.  Relative to your patch v4, these changes help:


In sql standard PERCENT list as reserved world so i don't think it is a thing that can change by me.
I think the main reason create_table fail in  test_ddl_deparse  is because i don't surround PERCENT key word in
/src/test/regress/expected/create_table.out too

regards
Surafel
Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.
Next
From: Vik Fearing
Date:
Subject: Re: FETCH FIRST clause PERCENT option