Re: [pgadmin-support] Bug in Query tool (tested on Beta 5)

2007-10-05 Thread Guillaume Lelarge
Kieran McCusker a écrit : > Sorry I sent the mail too soon! > > There is an extra behaviour whereby if you cancel the dialog and then > try to close the window it prompts you to overwrite the recent file you > tried to open. > My previous fix takes care of this too. Regards. -- Guillaume. h

[pgadmin-support] Bug in Query tool (tested on Beta 5)

2007-10-05 Thread Kieran McCusker
Sorry I sent the mail too soon! There is an extra behaviour whereby if you cancel the dialog and then try to close the window it prompts you to overwrite the recent file you tried to open. Many thanks Kieran ---(end of broadcast)--- TIP 6: exp

Re: [pgadmin-support] Bug in Query tool (tested on Beta 5)

2007-10-05 Thread Guillaume Lelarge
Kieran McCusker a écrit : > Another report - I couldn't find an earlier report (although I only had > a quick look). > > Do the following :- > 1. Menu -> Tools -> Query tool > 2. type any character > 3. Menu -> File -> Recent file -> then choose any file in the list > > pgadmin throws up a dialog

[pgadmin-support] Bug in Query tool (tested on Beta 5)

2007-10-05 Thread Kieran McCusker
Another report - I couldn't find an earlier report (although I only had a quick look). Do the following :- 1. Menu -> Tools -> Query tool 2. type any character 3. Menu -> File -> Recent file -> then choose any file in the list pgadmin throws up a dialog saying:- "The text in file has changed t

Re: [pgadmin-support] bug with out parameters

2007-10-05 Thread Guillaume Lelarge
Hi, Rikard Pavelic a écrit : > I'd like to report a bug with PgAdmin 1.8 beta 5 > Thanks. > If function has in and out parameters like this > function function_name(out,in,in,out) > > PgAdmin will create wrong DDL commands > It will create command > ALTER FUNCTION function_name(,in,in); > inst

Re: [pgadmin-support] RFE: Add a TRUNCATE script to scripts menu

2007-10-05 Thread Guillaume Lelarge
Hi Andrew, Andrew Lazarus a écrit : > Wednesday, October 3, 2007, 1:12:52 AM, you wrote: > > GL> [EMAIL PROTECTED] a écrit : >>> to go with INSERT, DELETE, etc. > > GL> I don't see much interest in a TRUNCATE script because there's nothing > GL> more to add on the script. How about a simple "Tru