pgAdmin 4 commit: Add a small utility for extracting PostgreSQL SQL and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a small utility for extracting PostgreSQL SQL and
Date: 2019-03-20 13:53:49
Message-ID: E1h6bfB-00033f-Kz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-20 13:54:34 Re: [pgAdmin4][patch] SQL Keywords extract utility
Previous Message Dave Page 2019-03-20 13:37:22 pgAdmin 4 commit: Fix an issue with Python 2.7 where regression test ou