Re: Query tool: Autocompletion

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Query tool: Autocompletion
Date: 2006-01-30 14:06:39
Message-ID: 43DE1D6F.7010808@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-01-30 14:06:46 Re: Patch: Query favourites
Previous Message svn 2006-01-30 14:00:37 SVN Commit by andreas: r4978 - trunk/pgadmin3/src/ctl