Re: how to disable auto-completion

From: Michal Kozusznik <kozusznik(dot)michal(at)ifortuna(dot)cz>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: how to disable auto-completion
Date: 2012-11-29 13:16:50
Message-ID: 50B76042.8060803@ifortuna.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 29.11.2012 13:50, Dave Page wrote:
>
> I never use it myself. But out of interest, how exactly to SQL
> Assistant give you any kind of usable auto complete for column names
> after SELECT if you've got a database that's anything other than
> trivially sized? For example, the database I'm currently working in
> has nearly 4000 distinct columns in it, and that's relatively small.

For example you may write prototype like SELECT * FROM some_table, then
add fields instead of *. Then you get only fields from the table... or
from tables participating in JOIN etc. Really worth to try it - just for
curiosity.

>
> What, you mean Ctrl+Space is captured by pgAdmin, even if it doesn't
> have focus? It isn't here.
>

Maybe it's my fault I was not clear enough. I though SQL Assistant is
known app or you will check what is it.
This app hook to other app UI replacing/improving functionality. In case
of PgAdmin, after hitting SHIFT+SPACE two popups appears, one over
another: from pgAdmin and from SQL Assistant. Actually, the last one has
possibility to change hotkeys, but as I already said, we are accustomed
to this since it's most common hotkey for autocomplete/intellisense.

with regards

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Michael Shapiro 2012-11-29 13:37:30 Re: how to disable auto-completion
Previous Message Dave Page 2012-11-29 13:06:27 Re: pgadmin3 crash