pgAdmin III commit: Support ANALYZE, CATEGORY, and PREFERRED items in C - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Support ANALYZE, CATEGORY, and PREFERRED items in C
Date
Msg-id E1Rx4U2-00077e-ML@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Support ANALYZE, CATEGORY, and PREFERRED items in CREATE TYPE

(not specific to 9.2)

Implements #342.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                       |    2 +
pgadmin/dlg/dlgType.cpp         |   96 +++
pgadmin/include/dlg/dlgType.h   |    3 +
pgadmin/include/schema/pgType.h |   28 +-
pgadmin/schema/pgType.cpp       |   20 +
pgadmin/ui/dlgType.xrc          |  548 +++++++++------
pgadmin/ui/xrcDialogs.cpp       | 1416 ++++++++++++++++++++++++---------------
7 files changed, 1353 insertions(+), 760 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the reverse-engineered SQL for types
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the reverse-engineered SQL for types