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] Window Server status is not responsible when are huge list of sessions

2012-11-25 Thread Guillaume Lelarge
On Fri, 2012-11-23 at 02:06 -0800, aasat wrote: > Hi, > > I have problem with "Sever Status" window, It's work normaly when are small > numer of active sessions, but when are huge numbers of session the window is > not responsible and work very slow > How many session is that? Which release of p

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] [feature request] split triggers into branches

2012-11-25 Thread Kozusznik Michal
a lot of bussines logic is implemented in db. splitting it into several triggers rather then using single one helps in code management. just fyi. with regards MK 25. 11. 2012 v 11:31, "Guillaume Lelarge" : > On Wed, 2012-10-24 at 13:48 +0200, Michal Kozusznik wrote: >> Hello >> Have you conside

Re: [pgadmin-support] serial column detection

2012-11-25 Thread Guillaume Lelarge
On Thu, 2012-10-25 at 20:35 +0200, Linos wrote: > Hi!, > how detects PgAdmin when it should show a column as "type" serial? i am > trying > to replicate in a existing table the conditions to get shown as serial but i > don't get it. > > I had a table like this: > > CREATE TABLE test > ( >

Re: [pgadmin-support] Problem with pgadmin3 1.16.0

2012-11-25 Thread Guillaume Lelarge
On Wed, 2012-10-24 at 17:39 +0200, Andrzej Zawadzki wrote: > Hi! > > After upgrade database to version 9.2.1 I have very strange situation. > Look at the screenshot: > > http://imageshack.us/photo/my-images/577/pgadminfunctionssnapsho.png/ > > Function is multiplied by notes from comments on one

Re: [pgadmin-support] [feature request] split triggers into branches

2012-11-25 Thread Guillaume Lelarge
On Wed, 2012-10-24 at 13:48 +0200, Michal Kozusznik wrote: > Hello > Have you considered to split triggers into branches? > I can imagine: > > * triggers > o insert > + before > + after > o update > + before > + after > o before >

Re: [pgadmin-support] Inconsistent display of NULL and empty string values

2012-11-25 Thread Guillaume Lelarge
On Mon, 2012-10-08 at 18:03 +0100, Raymond O'Donnell wrote: > On 08/10/2012 17:55, Arkadiusz Piekarz wrote: > > Hello, > > I have a usability problem with pgAdmin, namely it displays certain > > values in different ways depending on a part of the application. > > Here is a screenshot of the problem