Raphaël Enrici wrote:
> Hi friends,
>
> on debian latest pakcages we've provider, if I right click to get a
> context menu, keyboard shortcuts are displayed with _K instead of the
> underlined K. Is it a known issue? Can someone reproduce on another
> distro / wx? Please not that everything is fin
Dave Page a écrit :
Raphaël Enrici wrote:
Hi friends,
on debian latest pakcages we've provider, if I right click to get a
context menu, keyboard shortcuts are displayed with _K instead of the
underlined K. Is it a known issue? Can someone reproduce on another
distro / wx? Please not that eve
The pgAdmin Development Team are pleased to announce the release of
pgAdmin 1.8.0, the Open Source graphical PostgreSQL administration tool
for Windows, Linux, FreeBSD, Mac OS X and Solaris, now available for
download in source and a variety of binary formats from:
http://www.pgadmin.org/download/
Roberts, Jon wrote:
> I've looked at this code all day long and tried many hacks to make it work
> with GP but there isn't a way.
>
> The easiest way I can think of to handle this with the least amount of
> change to the architecture is to add another column to pg_job. Maybe a
> Boolean called
In job.cpp, it has this code to get the next job step:
DBresult *steps=threadConn->Execute(
wxT("SELECT jstid, jstkind, jstdbname, jstcode, jstonerror ")
wxT(" FROM pgagent.pga_jobstep ")
wxT(" WHERE jstenabled ")
wxT(" AND jstjobid=") + jobid +
wxT("
Author: dpage
Date: 2007-10-29 20:51:05 + (Mon, 29 Oct 2007)
New Revision: 6793
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6793&view=rev
Log:
Fix a bug preventing the 'on error' flag of a pgAgent job step being edited,
per Jon Roberts.
Modified:
trunk/pgadmin3/C
Author: dpage
Date: 2007-10-29 20:51:34 + (Mon, 29 Oct 2007)
New Revision: 6794
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6794&view=rev
Log:
Fix a bug preventing the 'on error' flag of a pgAgent job step being edited,
per Jon Roberts.
Modified:
branches/REL-1_8
Author: dpage
Date: 2007-10-29 21:11:38 + (Mon, 29 Oct 2007)
New Revision: 6796
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6796&view=rev
Log:
Properly format the object comments shown in the properties list when a
collection node is selected. Per report from Mike Bla
Author: dpage
Date: 2007-10-29 21:11:10 + (Mon, 29 Oct 2007)
New Revision: 6795
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6795&view=rev
Log:
Properly format the object comments shown in the properties list when a
collection node is selected. Per report from Mike Bla
Roberts, Jon wrote:
> In job.cpp, it has this code to get the next job step:
>
> DBresult *steps=threadConn->Execute(
> wxT("SELECT jstid, jstkind, jstdbname, jstcode, jstonerror ")
> wxT(" FROM pgagent.pga_jobstep ")
> wxT(" WHERE jstenabled ")
> wxT(" AND j
Author: dpage
Date: 2007-10-29 23:02:45 + (Mon, 29 Oct 2007)
New Revision: 6797
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6797&view=rev
Log:
Fix the locks tab on the server status dialogue so it works correctly with
PostgreSQL 8.3+.
Modified:
trunk/pgadmin3/CHA
Author: dpage
Date: 2007-10-29 23:03:26 + (Mon, 29 Oct 2007)
New Revision: 6798
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6798&view=rev
Log:
Fix the locks tab on the server status dialogue so it works correctly with
PostgreSQL 8.3+.
Modified:
branches/REL-1_8_0
12 matches
Mail list logo