Re: [pgadmin-hackers] pgScript patch based on pgScript-1.0-beta-3

2008-08-16 Thread Mickael Deloison
Hi Erikjan, Here a few answers to your questions. 2008/8/14 Erikjan Rijkers <[EMAIL PROTECTED]>: > 1) It would be nice if pgScript would only execute a select-block, like the > normal pgAdmin querytool does. Do you mean: redirecting a pgScript script to the regular query tool if both the pgScri

Re: [pgadmin-hackers] pgScript patch based on pgScript-1.0-beta-3

2008-08-16 Thread Mickael Deloison
2008/8/14 Dave Page <[EMAIL PROTECTED]>: > On Thu, Aug 14, 2008 at 4:34 PM, Magnus Hagander <[EMAIL PROTECTED]> wrote: >>> Does that sound about right? >> >> We dumped the static library part, because that library would depend on >> pgadmin itself, and we'd either get duplicate symbols or a circula

Re: [pgadmin-hackers] pgScript patch based on pgScript-1.0-beta-3

2008-08-16 Thread Erikjan Rijkers
On Sat, August 16, 2008 15:55, Mickael Deloison wrote: > 2008/8/14 Erikjan Rijkers <[EMAIL PROTECTED]>: >> 1) It would be nice if pgScript would only execute a select-block, like the >> normal pgAdmin querytool does. > > Do you mean: redirecting a pgScript script to the regular query tool > if bot

Re: [pgadmin-hackers] pgScript patch based on pgScript-1.0-beta-3

2008-08-16 Thread Mickael Deloison
2008/8/16 Erikjan Rijkers <[EMAIL PROTECTED]>: > No. > > In the regular query tool one can draw a select block (with mouse or > keyboard). Subsequently pressing F5 *only* executes the selected text. This > is a very handy behaviour that (I think) could be mimicked by pgscript without > problem. >