pgAdmin III commit: Don't include the parser codes in the keyword list

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgAdmin III commit: Don't include the parser codes in the keyword list
Дата
Msg-id 201101091709.p09H9FYm011524@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Don't include the parser codes in the keyword list

This way we don't rely on the grammar header from PostgreSQL,
and as a benefit it simplifies the definitions for EnterpriseDB
and Greenplum additions as well.

Branch
------
master

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

Modified Files
--------------
pgadmin/db/keywords.c             |   85 ++++++++++---------------------------
pgadmin/include/parser/keywords.h |    3 +-
2 files changed, 24 insertions(+), 64 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgAdmin III commit: Pull keywords dynamically from PostgreSQL headers
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the quoting of the database in the Dump/Restore