Re: [pgadmin-hackers] Two unrelated issues

2010-01-19 Thread Ashesh Vashi
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

Re: [pgadmin-hackers] Two unrelated issues

2010-01-19 Thread Guillaume Lelarge
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

Re: [pgadmin-hackers] Two unrelated issues

2010-01-19 Thread Ashesh Vashi
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

[pgadmin-hackers] Two unrelated issues

2010-01-19 Thread Guillaume Lelarge
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

[pgadmin-hackers] request: default width of EXPLAIN ANALYZE output

2010-01-19 Thread Erik Rijkers
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

Re: [pgadmin-hackers] Ticket 124: new "ALTER TABLESPACE name SET/RESET" statement

2010-01-19 Thread Dave Page
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