pgAdmin III commit: Pull keywords dynamically from PostgreSQL headers

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Pull keywords dynamically from PostgreSQL headers
Date: 2010-12-30 08:17:00
Message-ID: 201012300817.oBU8H01E048533@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Pull keywords dynamically from PostgreSQL headers

Instead of copying header information into files in pgadmin,
pull the data from PostgreSQL header files.

The keywords for EnterpriseDB and Greenplum databases are still
hardcoded in pgAdmin.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=161afbde23dd05976de02d759c0bf06023a175c2

Modified Files
--------------
pgadmin/db/keywords.c | 521 +++++++------------------------------
pgadmin/include/parser/keywords.h | 448 +-------------------------------
pgadmin/utils/misc.cpp | 16 +-
3 files changed, 111 insertions(+), 874 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-12-30 08:52:02 Re: Source reindenting
Previous Message Magnus Hagander 2010-12-30 08:09:07 pgAdmin III commit: Add comments about pgUser/pgGroup only used on < 8.