On Sat, Feb 9, 2008 at 8:15 PM, Rémi Flament <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I wrote a small patch to add the "delete script" item in the script menu
> on tables.
> It just open an sql editor with a delete query in it for the selected table.
Thanks, patch applied :-)
--
Dave Page
Enterpr
Author: dpage
Date: 2008-03-20 13:25:50 + (Thu, 20 Mar 2008)
New Revision: 7181
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7181&view=rev
Log:
Add a DELETE script option for tables [R?\195?\169mi Flament]
Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/pgadmi
Author: dpage
Date: 2008-03-20 11:32:23 + (Thu, 20 Mar 2008)
New Revision: 7180
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7180&view=rev
Log:
Ensure the report dialogue gets focus properly when opened.
Modified:
trunk/pgadmin3/pgadmin/frm/frmReport.cpp
--
Sent
Author: dpage
Date: 2008-03-20 11:31:51 + (Thu, 20 Mar 2008)
New Revision: 7179
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7179&view=rev
Log:
Ensure the report dialogue gets focus properly when opened.
Modified:
branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/frm/frm
Author: dpage
Date: 2008-03-20 11:31:31 + (Thu, 20 Mar 2008)
New Revision: 7178
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7178&view=rev
Log:
Ensure the report dialogue gets focus properly when opened.
Modified:
branches/REL-1_8_0_EDB/pgadmin3/pgadmin/frm/frmRepo
On Wed, Mar 19, 2008 at 4:32 PM, Roberts, Jon <[EMAIL PROTECTED]> wrote:
> I was thinking about this part of the pgagent.sql script the other day:
>
> INSERT INTO pgagent.pga_jobclass (jclname) VALUES ('Routine
> Maintenance');
> INSERT INTO pgagent.pga_jobclass (jclname) VALUES ('Data Import');