pgAdmin III commit: Support for security labels on global objects

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Support for security labels on global objects
Date: 2011-07-25 14:52:39
Message-ID: E1QlMWM-0004k5-WD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support for security labels on global objects

This is to support a 9.2 feature of PostgreSQL. It adds a new tab to
databases, roles, and tablespaces dialogs, that allows one to add security
label for each provider they want. I suppose most users will have only one
provider, but the patch supports multi providers.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgDatabase.cpp | 24 ++++++++++++++++++++++++
pgadmin/dlg/dlgRole.cpp | 29 +++++++++++++++++++++++++----
pgadmin/dlg/dlgTablespace.cpp | 31 ++++++++++++++++++++++++++-----
pgadmin/include/dlg/dlgDatabase.h | 4 ++++
pgadmin/include/dlg/dlgRole.h | 4 ++++
pgadmin/include/dlg/dlgTablespace.h | 4 ++++
pgadmin/schema/pgDatabase.cpp | 30 ++++++++++++++++++++++++++++--
pgadmin/schema/pgRole.cpp | 25 +++++++++++++++++++++++++
pgadmin/schema/pgTablespace.cpp | 30 +++++++++++++++++++++++++++++-
9 files changed, 169 insertions(+), 12 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-07-25 15:20:56 Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)
Previous Message Guillaume Lelarge 2011-07-25 14:52:38 pgAdmin III commit: Adds support for load/save models in the database d