Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: Query tool: Autocompletion

Re: Query tool: Autocompletion



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



Home | Main Index | Thread Index

top