Re: Query tool: Autocompletion

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Query tool: Autocompletion
Дата
Msg-id 43DE1D6F.7010808@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Query tool: Autocompletion  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgadmin-hackers
Dave Page wrote:
> Thanks, patch applied with minor tweaking re: trailing spaces as
> discussed on IM, and documentation.

More problems on Linux:

- 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.

- All ctrl keys were executed twice, fixed in svn. Still, I'm not sure
if event.m_metaDown=false shouldn't be active for OSX too. It has effect
on function keys (F5 et al)

- SELECT * FROM pg_class, pg_att<Ctrl-Spc> won't do anything.
- SELECT * FROM pg_class, pg_attribute WHERE <Ctrl-Spc> will deliver
pg_attribute columns only.
- SELECT * FROM pg_class JOIN pg_attribute ON <Ctrl-Spc> won't do anything.

This renders the feature nearly useless.

Regards,
Andreas

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by andreas: r4978 - trunk/pgadmin3/src/ctl
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Patch: Query favourites