On Wed, Jan 20, 2010 at 7:05 AM, Ashesh Vashi
wrote:
>
>> > As long as I remember, we found that auto-completion does not work
>> > properly
>> > (not as expected in better manner) in the combo-box under GTK.
>> >
>> > Hence, we decided to make the combo-box read-only at that time, until we
>> > g
On Wed, Jan 20, 2010 at 12:31 PM, Guillaume Lelarge
wrote:
> Le 20/01/2010 07:35, Ashesh Vashi a écrit :
> > Hi Guillaume,
> >
> >
> >> The second one is completely unrelated. I found this line in
> >> pgadmin/ctl/ctlCombobox.cpp:
> >>
> >> #ifdef __WXGTK__
> >>SetEditable(false);
> >> #endif
Le 20/01/2010 07:35, Ashesh Vashi a écrit :
> Hi Guillaume,
>
>
>> The second one is completely unrelated. I found this line in
>> pgadmin/ctl/ctlCombobox.cpp:
>>
>> #ifdef __WXGTK__
>>SetEditable(false);
>> #endif
>>
> As long as I remember, we found that auto-completion does not work proper
Hi Guillaume,
> The second one is completely unrelated. I found this line in
> pgadmin/ctl/ctlCombobox.cpp:
>
> #ifdef __WXGTK__
>SetEditable(false);
> #endif
>
As long as I remember, we found that auto-completion does not work properly
(not as expected in better manner) in the combo-box unde
Hi,
Yesterday, while working on the patch for the "more complex
user/database default GUC settings" ticket (#102), I stumbled upon two
things.
The first one, quite related to it, is that we have a bug in 1.10 that
prevents us from changing a GUC default value if it has a unit. We don't
add quotes