pgAdmin 4 commit: Add a small utility for extracting PostgreSQL SQLand - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add a small utility for extracting PostgreSQL SQLand
Date
Msg-id E1h6bfB-00033f-Kz@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add a small utility for extracting PostgreSQL SQL and pl/pgsql keywords from the interwebs.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e9a77b3e36cd754be32a2273ae6f2a84a394db9
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
tools/requirements.txt |   2 +
tools/sql_keywords.py  | 107 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 109 insertions(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix an issue with Python 2.7 where regression testou
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][patch] SQL Keywords extract utility