Thread: Re: Query tool: Autocompletion

Re: Query tool: Autocompletion

From
"Magnus Hagander"
Date:
> - select * from pg_c<Ctrl-Spc) _does_ popup the window.
> However, the popup will show the same problem as on Windows,
> remaining on top of all windows.

This patch fixes the problem on Windows. Don't have a linux box around
to test there, sorry. The patch is simple enough, I think it *should*
work...

//Magnus

Attachment

Re: Query tool: Autocompletion

From
Dave Page
Date:
Thanks - applied.

/D


On 31/1/06 19:46, "Magnus Hagander" <mha@sollentuna.net> wrote:

>> - select * from pg_c<Ctrl-Spc) _does_ popup the window.
>> However, the popup will show the same problem as on Windows,
>> remaining on top of all windows.
>
> This patch fixes the problem on Windows. Don't have a linux box around
> to test there, sorry. The patch is simple enough, I think it *should*
> work...
>
> //Magnus