Re: Problem with selection of table column type

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Problem with selection of table column type
Дата
Msg-id 1326408050.2303.13.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Problem with selection of table column type  ("bdmytrak@eranet.pl" <bdmytrak@eranet.pl>)
Список pgadmin-support
On Thu, 2012-01-12 at 21:29 +0100, bdmytrak@eranet.pl wrote:
[...]
> I found problem with dynamic filtering of column types during tabele creation/column modification using GUI.
> It is impossible to start typing column type, it is only possible to select column type form the drop down menu.
Fieldis not "read only", but it is not possible to type any letter or modify existing text (e.g. previously selected
fromdropdown menu) - keyboard entry is ignored by this field.
 

Yes, it's wanted this way. wxWidgets combobox autocomplete feature
doesn't seem to work on Linux. So, we prefer to disable typing in it
rather that have strange things happening.

> I have noticed this on linux, it works perfect on Windows, I have no idea how it works on other OS.

Linux is the only platform showing issue with this.

> I think dynamic filtering/dynamic text append based on keyboard input (like on Windows) makes devs live easier,
espaciallywhen there's a lot of types to scroll to find the correct one.
 

It sure does. If you have any ideas on how to fix it, that would be
great.


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
PostgreSQL Sessions #3: http://www.postgresql-sessions.org



В списке pgadmin-support по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Drop schema/Create new schema SIGSEGV - pgadmin3 git version
Следующее
От: Aren Cambre
Дата:
Сообщение: Feature request: associate .sql extensions with pgAdmin III