Re: [pgadmin-hackers] Step ordering pgAgent

2011-01-04 Thread Jasmin Dizdarevic
I'm with you about the ease of use, but I don't agree that triggers and jobs are so near to each other. In my opinion there is at least a functional difference: Triggers are needed on application level and are maintained by a developer. Jobs are helpers for database admins to keep the database "cle

Re: [pgadmin-hackers] Step ordering pgAgent

2011-01-03 Thread Dave Page
On Mon, Jan 3, 2011 at 6:08 PM, Jasmin Dizdarevic wrote: > Why is the trigger consistency so important for you? Consistency is critical to ease of use in any kind of application. If there are different techniques used to accomplish similar tasks, then it reduces the intuitiveness of the user inte

Re: [pgadmin-hackers] Step ordering pgAgent

2011-01-03 Thread Magnus Hagander
On Mon, Jan 3, 2011 at 19:08, Jasmin Dizdarevic wrote: > Why is the trigger consistency so important for you? In my opinion triggers > have nothing to do with job steps. Other agent implementations (e.g. > sqlagent) also provides the ability to reorder steps. > Magnus, you're right there is no bug

Re: [pgadmin-hackers] Step ordering pgAgent

2011-01-03 Thread Jasmin Dizdarevic
Why is the trigger consistency so important for you? In my opinion triggers have nothing to do with job steps. Other agent implementations (e.g. sqlagent) also provides the ability to reorder steps. Magnus, you're right there is no bug report on it. Could a reason for that be that pgAgent isn't use

Re: [pgadmin-hackers] Step ordering pgAgent

2010-12-31 Thread Magnus Hagander
On Fri, Dec 31, 2010 at 15:38, Jasmin Dizdarevic wrote: > Hi, > I'm starting another thread for this topic. You'll find the last comment > from Dave at the bottom. >> 1. Step ordering >>     I suggest adding a column named "jstorder" to pgagent.pga_jobsteps, so >> we don't have to rename the steps

[pgadmin-hackers] Step ordering pgAgent

2010-12-31 Thread Jasmin Dizdarevic
Hi, I'm starting another thread for this topic. You'll find the last comment from Dave at the bottom. > 1. Step ordering > I suggest adding a column named "jstorder" to pgagent.pga_jobsteps, so > we don't have to rename the steps "A_", "B_" if an ordering is required. In > the GUI we would add