[pgAdmin4][patch] SQL Keywords extract utility

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][patch] SQL Keywords extract utility
Date: 2019-03-19 10:43:41
Message-ID: CAM9w-_=jQRkGvjyVQs+EVgJ85dvQBFf1N9+eqcTuV=AwfmbLnw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
sqlkeywords.util.patch application/octet-stream 2.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-03-19 13:10:45 [pgAdmin4][RM4062] Integer array cell in view/edit data behaves weird
Previous Message Dave Page 2019-03-18 11:11:53 pgAdmin 4 commit: Fix PEP-8 issue