pgAdmin III commit: Support for privileges on types

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Support for privileges on types
Date: 2012-01-05 22:46:03
Message-ID: E1Riw4R-0006SD-Hm@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-01-05 22:46:33 Re: [pgAdmin III] #349: Add support for privileges on types
Previous Message pgAdmin Trac 2012-01-05 16:54:15 Re: [pgAdmin III] #347: Support --section option to pg_dump and pg_restore