Re: [pgadmin-hackers] pgAdmin III commit: Support for security labels on global objects

2011-08-02 Thread Timon
pgadmin crashes after createing second table. steps to reproduce: 1) run pgadmin 2) create table (empty table t1, for example) 3) create one more table (empty table t2, etc...) 4) catch the crash git bisect points to this commit gcc-4.6.0-10.fc15.x86_64 postgresql 9.0.4 2011/7/25 Guillaume Lela

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,