Re: [pgadmin-hackers] delete script

2008-03-20 Thread Dave Page
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

[pgadmin-hackers] delete script

2008-03-19 Thread Rémi Flament
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. Regards, Rémi. Index: pgadmin/include/frm/frmQuery.h === --- pga