On Wed, Mar 14, 2012 at 3:04 PM, David Greco
<david_gr...@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

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to