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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Vladimir Kokovic <vladimir(dot)kokovic(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Patch to add support for security labels on local objects
Date: 2011-08-05 17:46:05
Message-ID: 1312566365.2038.6.camel@laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.info
http://www.dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-06 10:37:50 pgAdmin III commit: Update german translation.
Previous Message Guillaume Lelarge 2011-08-05 17:45:31 Re: pgAdmin III commit: Support for security labels on global objects