[pgadmin-support] Feature Request: Help not-on-top

2002-11-20 Thread Matthew Gabeler-Lee
It'd be real nice if I could make pgadmin's help window be not on top. Most apps have an option in the help thing to have the window be on-top, not-on-top, or default (i.e. whatever the help file suggests). -Matt ---(end of broadcast)--- TI

[pgadmin-support] Explain broken with pg7.3 server

2002-12-06 Thread Matthew Gabeler-Lee
When I use the explain button in pgadmin2 1.4.2 with a postgresql 7.3 server, I only get the top line from the plan. 7.3 looks like it returns plans as multiple line result sets, instead of a big notice. -Matt ---(end of broadcast)--- TIP 6

[pgadmin-support] pgAgent: RFE: ability to customize step order

2010-05-22 Thread Matthew Gabeler-Lee
I'm trying to customize an existing pgAgent job by adding some steps, one of which needs to run before the existing step. Unfortunately this doesn't seem to be possible without re-creating the job from scratch. It appears that the order is determined simply by the job step table's PK. Since t