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
Hi,
Would it be possible to widen the column width for EXPLAIN [ANALYZE] output to
(nearly) window
width (or at least to more than the narrow default width it has now)?
thanks
Erik Rijkers
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subs
On Mon, Jan 18, 2010 at 10:25 PM, Guillaume Lelarge
wrote:
> Hi,
>
> Quick patch to handle the new parameters for tablespace
> (random_page_cost and seq_page_cost). I copied/pasted the database code
> that does exactly the same, but I restricted the parameters to the two
> allowed ones.
>
> Commen