pgAdmin III commit: Support for privileges on types - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Support for privileges on types
Date
Msg-id E1Riw4R-0006SD-Hm@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #347: Support --section option to pg_dump and pg_restore
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #349: Add support for privileges on types