Re: code completion feature question

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: code completion feature question
Дата
Msg-id CA+OCxoy7ksPVY88kxARX97fWkOPf15QBMWsm9mjZJWu88kZBiA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: code completion feature question  (David Greco <David_Greco@harte-hanks.com>)
Ответы Re: code completion feature question  (Bartosz Dmytrak <bdmytrak@eranet.pl>)
Список pgadmin-support
On Wed, Mar 14, 2012 at 3:04 PM, David Greco
<David_Greco@harte-hanks.com> wrote:
> Let me voice my agreement for this as a feature sorely missing from pgAdmin.
> Should be able to do full code completion of column names (aliased or not
> table names), function names (type schema. and functions should be available
> as a completion), and function paramaters (type functioname( and it displays
> a list of the parameters for that function).

As Guillaume pointed out, the code completion comes from psql. pgAdmin
uses the same source code to avoid having to maintain a separate
engine. Once psql gains the ability to autocomplete SELECT column
names (which I believe is unlikely to happen, as without knowing the
table name, even a moderately sized database could end up listing
thousands of columns), then we'll update the pgAdmin source tree with
the latest and greatest from psql.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: David Greco
Дата:
Сообщение: Re: code completion feature question
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: 1.15 dev: error on delete record