pgAdmin III commit: Pull keywords dynamically from PostgreSQL headers

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgAdmin III commit: Pull keywords dynamically from PostgreSQL headers
Дата
Msg-id 201012300817.oBU8H01E048533@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin III commit: Pull keywords dynamically from PostgreSQL headers  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgAdmin III commit: Add support for REPLICATION roles from 9.1
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Source reindenting