Re: [pgadmin-support] Problem with selection of table column type

2012-01-12 Thread Guillaume Lelarge
On Thu, 2012-01-12 at 21:29 +0100, bdmyt...@eranet.pl wrote: [...] > I found problem with dynamic filtering of column types during tabele > creation/column modification using GUI. > It is impossible to start typing column type, it is only possible to select > column type form the drop down menu.

Re: [pgadmin-support] Drop schema/Create new schema SIGSEGV - pgadmin3 git version

2012-01-12 Thread Guillaume Lelarge
On Thu, 2012-01-12 at 18:29 +0100, Vladimir Kokovic wrote: > Hi, > > If I try to drop or create new schema 'Program received signal > SIGSEGV, Segmentation fault' happened. > > Problem is in the line 51 of pgadmin3/pgadmin/ctl/ctlDefaultSecurityPanel.cpp. > > Should be: if (conn && conn->Backend

[pgadmin-support] Problem with selection of table column type

2012-01-12 Thread bdmyt...@eranet.pl
Hello All, I found problem with dynamic filtering of column types during tabele creation/column modification using GUI. It is impossible to start typing column type, it is only possible to select column type form the drop down menu. Field is not "read only", but it is not possible to type any le

Re: [pgadmin-support] Nagios Plugin for pgAgent Failures?

2012-01-12 Thread David E. Wheeler
On Jan 3, 2012, at 9:50 AM, Guillaume Lelarge wrote: >> Yeah, I’m a committer on check_postgres.pl, so the other check_postgres.pl >> folks think it’s not a good place for it for some reason I can’t imagine >> right now, you can expect that. >> > > Oh, you too? funny :) > > Anyway, I don't re

[pgadmin-support] Drop schema/Create new schema SIGSEGV - pgadmin3 git version

2012-01-12 Thread Vladimir Kokovic
Hi, If I try to drop or create new schema 'Program received signal SIGSEGV, Segmentation fault' happened. Problem is in the line 51 of pgadmin3/pgadmin/ctl/ctlDefaultSecurityPanel.cpp. Should be: if (conn && conn->BackendMinimumVersion(9, 2)) root@vlD-kuci:/tmp# gdb --args /media/sda5/tmp/pgad

Re: [pgadmin-support] pgAgent STDERR and Time Zone Questions

2012-01-12 Thread David E. Wheeler
On Jan 12, 2012, at 2:59 AM, Dave Page wrote: > OK, so to make things a little easier, I wrapped up and uploaded a > 3.2.0 tarball. The only changes from what you've seen in GIT are > copyright notice updates. Great, thank you. Now just have to set up a cron job to email Devrim once a day to ask

Re: [pgadmin-support] pgAgent STDERR and Time Zone Questions

2012-01-12 Thread Dave Page
2012/1/11 David E. Wheeler : > > So either the changes in 2aec3bc473e583f8fa07e133bc8def60ff1c09fe or some > other commit fixed the underlying problem, or something is wonky with the > RPM. I can’t imagine what, though, because I build from Git exactly the same > way as Devrim has things specifi