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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Don't include the parser codes in the keyword list
Date: 2011-01-09 17:09:15
Message-ID: 201101091709.p09H9FYm011524@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-09 18:39:17 pgAdmin III commit: Fix the quoting of the database in the Dump/Restore
Previous Message Magnus Hagander 2011-01-09 14:41:46 Re: pgAdmin III commit: Pull keywords dynamically from PostgreSQL headers