Thread: pgAdmin III commit: Support for privileges on types

pgAdmin III commit: Support for privileges on types

From
Guillaume Lelarge
Date:
Support for privileges on types

Branch
------
master

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

Modified Files
--------------
CHANGELOG                                     |    1 +
pgadmin/ctl/ctlDefaultSecurityPanel.cpp       |   11 ++-
pgadmin/dlg/dlgDatabase.cpp                   |    6 +-
pgadmin/dlg/dlgProperty.cpp                   |    6 +-
pgadmin/dlg/dlgSchema.cpp                     |    6 +-
pgadmin/dlg/dlgType.cpp                       |  151 ++++++++++++++++++++++++-
pgadmin/include/ctl/ctlDefaultSecurityPanel.h |    5 +-
pgadmin/include/dlg/dlgProperty.h             |    3 +-
pgadmin/include/dlg/dlgType.h                 |   21 ++++
pgadmin/include/schema/pgDatabase.h           |    6 +-
pgadmin/include/schema/pgSchema.h             |   10 ++-
pgadmin/schema/pgDatabase.cpp                 |   20 +++-
pgadmin/schema/pgSchema.cpp                   |   21 +++-
pgadmin/schema/pgType.cpp                     |    7 +
14 files changed, 254 insertions(+), 20 deletions(-)