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] pgAdmin III commit: Support for security labels on global objects

2011-08-05 Thread Guillaume Lelarge
On Tue, 2011-08-02 at 19:04 +0600, Timon wrote: > 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 > >

[pgadmin-hackers] pgAdmin III commit: Fix issues when using pgadmin with 9.1 or older rel

2011-08-05 Thread Guillaume Lelarge
Fix issues when using pgadmin with 9.1 or older releases We should only get SQL for security labels on 9.1 for local objects and 9.2 for global (shared) objects. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=559b764f75c0592681a31dc0fde79d

Re: [pgadmin-hackers] Broken link in pgAgent/README

2011-08-05 Thread Guillaume Lelarge
On Thu, 2011-08-04 at 20:59 +0300, Heikki Linnakangas wrote: > The README file in pgAgent repository contains this link: > > http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/pgadmin3/INSTALL > > which doesn't work. I believe the corresponding link in the git > repository would be: >

[pgadmin-hackers] pgAgent commit: Update HTTP checkout link for INSTALL file

2011-08-05 Thread Guillaume Lelarge
Update HTTP checkout link for INSTALL file Info from Heikki Linnakangas. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=303ee35b0b151c543a87b2c1c7f5efc3d4ae2a43 Modified Files -- README |2 +- 1 files changed, 1 insertions(+), 1