Thread: pgAdmin III commit: Review of aggregate object

pgAdmin III commit: Review of aggregate object

From
Guillaume Lelarge
Date:
Review of aggregate object

and adding priviledge support.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                            |    1 +
pgadmin/dlg/dlgAggregate.cpp         |  193 ++++++++++++++++++++++++++--------
pgadmin/dlg/dlgLanguage.cpp          |    6 +-
pgadmin/include/dlg/dlgAggregate.h   |   21 +++-
pgadmin/include/schema/pgAggregate.h |   50 +++++-----
pgadmin/schema/pgAggregate.cpp       |  104 +++++++++----------
6 files changed, 245 insertions(+), 130 deletions(-)