Re: [pgadmin-support] Bug in Query Tool pgAdmin III 1.10.0 - Query Menu

2009-07-24 Thread Guillaume Lelarge
Le mardi 21 juillet 2009 à 19:03:31, Guillaume Lelarge a écrit : > Hi, > > Le mardi 21 juillet 2009 à 16:38:26, Luiz K. Matsumura a écrit : > > [...] > > Just a little bug. > > > > In the query tool screen, each time we switch from "Graphical Query > > Builder" pane to "SQL Editor" pane a new item

Re: [pgadmin-support] Bug in Query Tool pgAdmin III 1.10.0 - Query Menu

2009-07-21 Thread Guillaume Lelarge
Hi, Le mardi 21 juillet 2009 à 16:38:26, Luiz K. Matsumura a écrit : > [...] > Just a little bug. > > In the query tool screen, each time we switch from "Graphical Query > Builder" pane to "SQL Editor" pane a new item is added > to Menu Query : "Generate SQL from Graphical query builder model". >

[pgadmin-support] Bug in Query Tool pgAdmin III 1.10.0 - Query Menu

2009-07-21 Thread Luiz K. Matsumura
Hi, Just a little bug. In the query tool screen, each time we switch from "Graphical Query Builder" pane to "SQL Editor" pane a new item is added to Menu Query : "Generate SQL from Graphical query builder model". If we switch 10 times then 10 entries is added to menu. Environment: Windows X

Re: [pgadmin-support] bug in query tool when parsing

2007-10-08 Thread Dave Page
Rikard Pavelic wrote: Dave Page wrote: Please send a sample file for testing. Regards Dave Here it is. Thanks. It seems that the Styled Text Control simply can't handle lines that long. On Windows the text is there (and will be sent to the server is executed) but is not rendered correct

Re: [pgadmin-support] bug in query tool when parsing

2007-10-08 Thread Dave Page
Rikard Pavelic wrote: The results are the same. It doesn't matter if I paste it or open a file from PgAdmin. Please send a sample file for testing. Regards Dave ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [pgadmin-support] bug in query tool when parsing

2007-10-08 Thread Rikard Pavelic
Dave Page wrote: > Rikard Pavelic wrote: > >> Hi! >> >> I'm experiencing another bug in PgAdmin. >> >> I'm trying to give some sql commands to PgAdmin >> but they are not pasted into Query window. >> >> I did a pg_dump of my database and >> pg_largeobject created a series of SELECT lowrite comma

Re: [pgadmin-support] bug in query tool when parsing

2007-10-07 Thread Dave Page
Rikard Pavelic wrote: > Hi! > > I'm experiencing another bug in PgAdmin. > > I'm trying to give some sql commands to PgAdmin > but they are not pasted into Query window. > > I did a pg_dump of my database and > pg_largeobject created a series of SELECT lowrite commands. > > Unfortunately some o

[pgadmin-support] bug in query tool when parsing

2007-10-07 Thread Rikard Pavelic
Hi! I'm experiencing another bug in PgAdmin. I'm trying to give some sql commands to PgAdmin but they are not pasted into Query window. I did a pg_dump of my database and pg_largeobject created a series of SELECT lowrite commands. Unfortunately some of this commands are shown like SELECT lowrit

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 in 'query tool'

2006-05-23 Thread Dave Page
> -Original Message- > From: YourSoft [mailto:[EMAIL PROTECTED] > Sent: 23 May 2006 08:08 > To: Dave Page > Subject: Re: [pgadmin-support] Bug in 'query tool' > > Dear Dave, > > My PostgreSQL version is: 8.1.3 (under WinXp Hungarian - > lat

Re: [pgadmin-support] Bug in 'query tool'

2006-05-22 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of YourSoft > Sent: 22 May 2006 15:15 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Bug in 'query tool' > > Dear List, > > I found an

[pgadmin-support] Bug in 'query tool'

2006-05-22 Thread YourSoft
Dear List, I found an other bug related to special characters. Try insert the following query: select translate(s2, 'ÁÉÍÓÖŐÜŰÚ', 'áéíóöőüűú'); save the query into file. You will get a 0 byte length file. Regards, Ferenc ---(end of broadcast)---