[pgAdmin4][patch] SQL Keywords extract utility - Mailing list pgadmin-hackers

From Aditya Toshniwal
Subject [pgAdmin4][patch] SQL Keywords extract utility
Date
Msg-id CAM9w-_=jQRkGvjyVQs+EVgJ85dvQBFf1N9+eqcTuV=AwfmbLnw@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][patch] SQL Keywords extract utility
List pgadmin-hackers
Hi Hackers,

Attached is a small utility which help in getting the SQL keywords used by PostgreSQL and pl/pgsql.
Note that, for pgsql code path is required as keywords are not available in any docs. So, the code paths may need to change with new release of PostgreSQL. For PostgrSQL keywords, it will fetch from the website.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"
Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix PEP-8 issue
Next
From: Aditya Toshniwal
Date:
Subject: [pgAdmin4][RM4062] Integer array cell in view/edit data behaves weird