pgAdmin III commit: Support ANALYZE, CATEGORY, and PREFERRED items in C

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Support ANALYZE, CATEGORY, and PREFERRED items in C
Date: 2012-02-13 22:34:54
Message-ID: E1Rx4U2-00077e-ML@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-02-13 22:35:51 Re: [pgAdmin III] #342: Enumerable type doesn't have all the options available on CREATE TYPE
Previous Message pgAdmin Trac 2012-02-13 21:21:57 Re: [pgAdmin III] #342: Enumerable type doesn't have all the options available on CREATE TYPE