Re: Grammar guidelines in Postgres

2024-07-04 Thread Harjyot Bagga
Greetings, Thank you for your reply. I am aware about these conflicts, but thank you for the explanation. My question is specific to Postgres. Do we have a set of guidelines we keep in mind while writing grammar rules while introducing new features to postgres? One such suggestion or rule for exam

Grammar guidelines in Postgres

2024-07-03 Thread Harjyot Bagga
Is there a guidebook, any guidelines for writing grammar in Postgres, or any suggestions to keep in mind? Do we have a set of guidelines to write production rules in gram.y (for the Bison Parser Generator) to make the grammar conflict-free and extendible in the future?