PSQL/pgAdmin - Column Completion

Поиск
Список
Период
Сортировка
От dvlsg
Тема PSQL/pgAdmin - Column Completion
Дата
Msg-id 1420053305652-5832573.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: PSQL/pgAdmin - Column Completion  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I have been having issues with autocomplete in pgAdmin. After some searching,
I found it was my mistake and that pgAdmin doesn't actually support column
autocompletion in select statements. I found that pgAdmin uses the
autocomplete code directly from psql's tab-complete.c, which contains these
comments in the current version starting on line 3387:

/* SELECT */
   /* naah . . . */

Is there any talk of this functionality being added in the future? I find it
a bit disappointing that other applications such as HeidiSQL can
autocomplete column names from tables/aliases/etc, but pgAdmin cannot. I
would definitely rather use pgAdmin for query building, but I never realized
how much I use column completion until I switched to Postgres for a new
project.



--
View this message in context: http://postgresql.nabble.com/PSQL-pgAdmin-Column-Completion-tp5832573.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Mike Broers
Дата:
Сообщение: Re: ltree gist index errors and fill factor questions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PSQL/pgAdmin - Column Completion