Re: Patch to add support for security labels on local objects

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Patch to add support for security labels on local objects
Date: 2011-07-24 15:40:10
Message-ID: 1311522010.2130.46.camel@laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sun, 2011-07-24 at 10:58 +0200, Guillaume Lelarge wrote:
> Hi,
>
> This patch adds support to a PostgreSQL 9.1 feature called security
> labels. It adds a new tab to tables, columns, aggregates, domains,
> foreign tables, functions, languages, sequences, types, and views
> 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.
>
> Note that this does not support a recent 9.2 feature of PostgreSQL that
> adds security labels to global objects. This will be part of another
> patch.
>
>

Because of the latest push I did, it won't apply cleanly. There is one
small issue which will be easy to fix.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-24 19:23:14 Re: Patch to add support for security labels on local objects
Previous Message Guillaume Lelarge 2011-07-24 15:26:03 pgAdmin III commit: Fix altering comments on an existing function