[pgadmin-hackers] Import: preview snapshots

2009-03-25 Thread Quan Zongliang
Hi I uploaded some snapshots to: http://developer.pgadmin.org/~quan/2009-03-26/ Preview them, pls. I will supply a simi-finished program ASAP. Now, it can't work as the UI was redesigned. Regards. --- Quan Zongliang quanzongli...@gmail.com CIT JAPAN:

[pgadmin-hackers] SVN Commit by dpage: r7755 - in trunk/pgadmin3/pgadmin: ctl frm include/ctl include/frm

2009-03-25 Thread svn
Author: dpage Date: 2009-03-25 20:04:58 + (Wed, 25 Mar 2009) New Revision: 7755 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7755&view=rev Log: wxSTC seems to have block indent/outdent :-( (or :-) depending on perspective!) Modified: trunk/pgadmin3/pgadmin/ctl/ctl

[pgadmin-hackers] SVN Commit by dpage: r7754 - trunk/www

2009-03-25 Thread svn
Author: dpage Date: 2009-03-25 19:14:03 + (Wed, 25 Mar 2009) New Revision: 7754 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7754&view=rev Log: Fix a couple of typos Modified: trunk/www/visualtour.php -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@pos

[pgadmin-hackers] pgAdmin 1.10.0 Beta 2 uploaded

2009-03-25 Thread Dave Page
The second beta of pgAdmin 1.10 is now available as a source tarball and binaries for Windows and Mac at http://www.postgresql.org/ftp/pgadmin3/release/v1.10.0-beta2/. RPMs for various distributions should be available over the next day or so from the PostgreSQL Yum repository at http://yum.pgsqlrp

Re: [pgadmin-hackers] pgagent using one connection to each job

2009-03-25 Thread Tomasz Olszak
Thank you for your quick answer David. So I'm starting to develope  application for this jobs. Regards Tomasz Olszak Dnia 25 marca 2009 12:40 Dave Page napisał(a): On Wed, Mar 25, 2009 at 11:07 AM, Tomasz Olszak wrote: > 1.  Is there a way that you can execute j

Re: [pgadmin-hackers] pgagent using one connection to each job

2009-03-25 Thread Dave Page
On Wed, Mar 25, 2009 at 11:07 AM, Tomasz Olszak wrote: > 1.  Is there a way that you can execute job more often that one minute? No. > 2.  Can pgagent use the same session to the same job? Not without a pretty major redesign. > 3.  Is it very difficult to add seconds to schedule? Yes, that w

[pgadmin-hackers] pgagent using one connection to each job

2009-03-25 Thread Tomasz Olszak
Greetings! I don't know if it is good mailing list but I really need help from people with more experience. I've tried to use pgagent as job scheduler but I found two significant(for me) problems. First: You can't execute job every for example 30 seconds, is there a way to do this? I know that o