Re: [pgadmin-hackers] Debugger hung on dummy function

2009-04-07 Thread Heikki Linnakangas
Dave Page wrote: On Mon, Apr 6, 2009 at 9:20 PM, Heikki Linnakangas wrote: It's reproducible with any other function too, by stepping to the end of the function. Which suggests that the problem occurs when the dialog is displayed for the 2nd time. What, the infinite loop happens the second t

[pgadmin-hackers] Re: [pgadmin-support] PgAdmin III 1.10 1 beta can't create pgagent batch job steps

2009-04-07 Thread Ashesh Vashi
Hi Regina, Thanks for reporting this. This is a bug. Dave, Please find the patch for it. Paragon Corporation wrote: This worked in pgAdmin III 1.8 and I believe it worked in 1.9 beta too. When I try to create a batch job step with 1.10 beta 1, I get an error - looking at the sql it looks lik

Re: [pgadmin-hackers] Re: [pgadmin-support] PgAdmin III 1.10 1 beta can't create pgagent batch job steps

2009-04-07 Thread Dave Page
On Tue, Apr 7, 2009 at 9:12 AM, Ashesh Vashi wrote: > Hi Regina, > > Thanks for reporting this. > This is a bug. > > Dave, > Please find the patch for it. Thanks - patch applied. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list (pgadmin-hac

Re: [pgadmin-hackers] EXPLAIN format changes

2009-04-07 Thread Dave Page
On Tue, Apr 7, 2009 at 6:50 AM, Ashesh Vashi wrote: > There are couple of questions: > 1. How to identify the subplan? OK, I think this is going to be too much of a change this far into beta. We still get a useful diagram as far as I can see, so lets just leave things as they are for now. In 8.5

Re: [pgadmin-hackers] Debugger hung on dummy function

2009-04-07 Thread Heikki Linnakangas
Dave Page wrote: On Tue, Apr 7, 2009 at 8:45 AM, Heikki Linnakangas wrote: When I choose "Debug" from the popup menu on the tree, on a functioon with no args but with real content that the debugger can stop on, the function execution is started and the debugger stops on the first line, as it sh

[pgadmin-hackers] Serbian's translation

2009-04-07 Thread Guillaume Lelarge
Hi all, There's no serbian translation available in the translation combo box of the Options window. I did some work on this and found that sr_YU is not anymore the short name for Serbian. It seems it is sr_RS. Can anyone confirm this? I've got a patch ready for this, but I just need someone to

[pgadmin-hackers] SVN Commit by dpage: r7800 - trunk/pgadmin3/pgadmin/agent

2009-04-07 Thread svn
Author: dpage Date: 2009-04-07 12:00:31 +0100 (Tue, 07 Apr 2009) New Revision: 7800 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7800&view=rev Log: Fix job step creation [Ashesh Vashi] Modified: trunk/pgadmin3/pgadmin/agent/dlgStep.cpp -- Sent via pgadmin-hackers ma

Re: [pgadmin-hackers] Debugger hung on dummy function

2009-04-07 Thread Dave Page
On Tue, Apr 7, 2009 at 8:45 AM, Heikki Linnakangas wrote: > When I choose "Debug" from the popup menu on the tree, on a functioon with > no args but with real content that the debugger can stop on, the function > execution is started and the debugger stops on the first line, as it should. > When I

Re: [pgadmin-hackers] EXPLAIN format changes

2009-04-07 Thread Magnus Hagander
Dave Page wrote: > On Tue, Apr 7, 2009 at 6:50 AM, Ashesh Vashi > wrote: > >> There are couple of questions: >> 1. How to identify the subplan? > > OK, I think this is going to be too much of a change this far into > beta. We still get a useful diagram as far as I can see, so lets just > leave t

Re: [pgadmin-hackers] [pgAdmin III] #1: Minor patch for more GP options.

2009-04-07 Thread pgAdmin Trac
#1: Minor patch for more GP options. ---+ Reporter: Chuck McDevitt |Owner: dpage Type: patch | Status: closed Priority: minor |Component: pgadmin Version:

Re: [pgadmin-hackers] [pgAdmin III] #1: Minor patch for more GP options.

2009-04-07 Thread pgAdmin Trac
#1: Minor patch for more GP options. ---+ Reporter: Chuck McDevitt |Owner: dpage Type: patch | Status: closed Priority: minor |Component: pgadmin Version:

Re: [pgadmin-hackers] EXPLAIN format changes

2009-04-07 Thread Guillaume Lelarge
Le mardi 07 avril 2009 à 15:18:57, Magnus Hagander a écrit : > Dave Page wrote: > > On Tue, Apr 7, 2009 at 6:50 AM, Ashesh Vashi > > > > wrote: > >> There are couple of questions: > >> 1. How to identify the subplan? > > > > OK, I think this is going to be too much of a change this far into > > be

Re: [pgadmin-hackers] [pgAdmin III] #1: Minor patch for more GP options.

2009-04-07 Thread Dickson S. Guedes
Em Ter, 2009-04-07 às 13:24 +, pgAdmin Trac escreveu: > Ticket URL: > pgAdmin III Wow! Is there a trac system now? Nice! ":) -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://guedeso

Re: [pgadmin-hackers] Serbian's translation

2009-04-07 Thread Euler Taveira de Oliveira
Guillaume Lelarge escreveu: Hi all, There's no serbian translation available in the translation combo box of the Options window. I did some work on this and found that sr_YU is not anymore the short name for Serbian. It seems it is sr_RS. Can anyone confirm this? That's true [1]. sr_RS [2]

Re: [pgadmin-hackers] Serbian's translation

2009-04-07 Thread Guillaume Lelarge
Le mardi 07 avril 2009 à 19:25:40, Euler Taveira de Oliveira a écrit : > Guillaume Lelarge escreveu: > > [...] > > There's no serbian translation available in the translation combo box of > > the Options window. I did some work on this and found that sr_YU is not > > anymore the short name for Serb

[pgadmin-hackers] SVN Commit by guillaume: r7801 - in trunk/pgadmin3/i18n: . sr_RS

2009-04-07 Thread svn
Author: guillaume Date: 2009-04-07 18:55:05 +0100 (Tue, 07 Apr 2009) New Revision: 7801 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7801&view=rev Log: Serbian translation: sr_YU is now sr_RS. Added: trunk/pgadmin3/i18n/sr_RS/ trunk/pgadmin3/i18n/sr_RS/pgadmin3.mo

[pgadmin-hackers] SVN Commit by guillaume: r7802 - in trunk/pgadmin3: docs/en_US pkg/win32/src

2009-04-07 Thread svn
Author: guillaume Date: 2009-04-07 18:55:53 +0100 (Tue, 07 Apr 2009) New Revision: 7802 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7802&view=rev Log: Serbian translation: I forgot this part of the patch. Modified: trunk/pgadmin3/docs/en_US/translation_team.html t

[pgadmin-hackers] SVN Commit by guillaume: r7803 - trunk/www/translation

2009-04-07 Thread svn
Author: guillaume Date: 2009-04-07 18:57:41 +0100 (Tue, 07 Apr 2009) New Revision: 7803 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7803&view=rev Log: Serbian translation: website update. Modified: trunk/www/translation/config.php -- Sent via pgadmin-hackers mailin