Re: [pgadmin-hackers] Patch to add support for security labels on local objects

2011-08-05 Thread Guillaume Lelarge
On Tue, 2011-08-02 at 09:49 +0200, Vladimir Kokovic wrote: > Hi, > > All > if (seclabelPage) > should be > if (seclabelPage && connection->BackendMinimumVersion(9, 1)) > Yes, and the same (but 9.2) for global/shared objects. Fix added. Thanks. -- Guillaume http://blog.guillaume.lelarge.in

Re: [pgadmin-hackers] Patch to add support for security labels on local objects

2011-08-02 Thread Vladimir Kokovic
Hi, All if (seclabelPage) should be if (seclabelPage && connection->BackendMinimumVersion(9, 1)) Best regards, Vladimir Kokovic, DP senior. Belgrade, Serbia On 7/25/11, Guillaume Lelarge wrote: > On Sun, 2011-07-24 at 21:23 +0200, Guillaume Lelarge wrote: >> On Sun, 2011-07-24 at 17:40 +0200,

Re: [pgadmin-hackers] Patch to add support for security labels on local objects

2011-07-25 Thread Guillaume Lelarge
On Sun, 2011-07-24 at 21:23 +0200, Guillaume Lelarge wrote: > On Sun, 2011-07-24 at 17:40 +0200, Guillaume Lelarge wrote: > > 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

Re: [pgadmin-hackers] Patch to add support for security labels on local objects

2011-07-24 Thread Guillaume Lelarge
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