Re: [pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-12-04 Thread Guillaume Lelarge
On Mon, 2012-12-03 at 13:24 +, Dave Page wrote: > On Mon, Nov 26, 2012 at 8:08 AM, Guillaume Lelarge > wrote: > > On Sun, 2012-11-25 at 14:47 +, Dave Page wrote: > >> On Sunday, November 25, 2012, Guillaume Lelarge wrote: > >> > >> > On Fri, 2012-11-23 at 00:22 +1100, Evan Martin wrote: >

Re: [pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-12-03 Thread Evan Martin
Thanks, confirmed fixed on trunk. On 4/12/2012 12:24 AM, Dave Page wrote: On Mon, Nov 26, 2012 at 8:08 AM, Guillaume Lelarge wrote: On Sun, 2012-11-25 at 14:47 +, Dave Page wrote: On Sunday, November 25, 2012, Guillaume Lelarge wrote: On Fri, 2012-11-23 at 00:22 +1100, Evan Martin wrote

Re: [pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-12-03 Thread Dave Page
On Mon, Nov 26, 2012 at 8:08 AM, Guillaume Lelarge wrote: > On Sun, 2012-11-25 at 14:47 +, Dave Page wrote: >> On Sunday, November 25, 2012, Guillaume Lelarge wrote: >> >> > On Fri, 2012-11-23 at 00:22 +1100, Evan Martin wrote: >> > > The Apply button is disabled when I open function propertie

Re: [pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-11-26 Thread Guillaume Lelarge
On Sun, 2012-11-25 at 14:47 +, Dave Page wrote: > On Sunday, November 25, 2012, Guillaume Lelarge wrote: > > > On Fri, 2012-11-23 at 00:22 +1100, Evan Martin wrote: > > > The Apply button is disabled when I open function properties. It only > > > becomes enabled when I make a change. You're ri

Re: [pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-11-25 Thread Dave Page
On Sunday, November 25, 2012, Guillaume Lelarge wrote: > On Fri, 2012-11-23 at 00:22 +1100, Evan Martin wrote: > > The Apply button is disabled when I open function properties. It only > > becomes enabled when I make a change. You're right, this is not > > exclusive to "Security of definer" - any

Re: [pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-11-25 Thread Guillaume Lelarge
On Fri, 2012-11-23 at 00:22 +1100, Evan Martin wrote: > The Apply button is disabled when I open function properties. It only > becomes enabled when I make a change. You're right, this is not > exclusive to "Security of definer" - any change will do. For example, I > can change the function cost

Re: [pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-11-25 Thread Guillaume Lelarge
On Thu, 2012-11-22 at 14:05 +0100, Michal Kozusznik wrote: > Check if Apply button is active just after opening function properties. > If true - it is known issues Known issue, yet to be confirmed by a developer :) > . It's not related to setting an option but > to apply changes while window is

Re: [pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-11-22 Thread Evan Martin
The Apply button is disabled when I open function properties. It only becomes enabled when I make a change. You're right, this is not exclusive to "Security of definer" - any change will do. For example, I can change the function cost, click Apply (the button becomes disabled again), then as so

Re: [pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-11-22 Thread Michal Kozusznik
Check if Apply button is active just after opening function properties. If true - it is known issues. It's not related to setting an option but to apply changes while window is not initialized with correct state (button should be disabled just after opening properties window) BTW I'm curious w

[pgadmin-support] pgAdmin crashes when checking "Security of definer"

2012-11-22 Thread Evan Martin
This crash happens to me every time both on 1.16.0 running on Windows 7 x64 and on latest trunk version running on 32-bit Linux. To reproduce: 1) Open the properties dialog for a function. 2) On the options tab check "Security of definer". 3) Click Apply. 4) Uncheck "Security of definer again".