ToDo: enhanced autocomplete for object identified by prefix

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: ToDo: enhanced autocomplete for object identified by prefix
Date: 2010-10-04 09:58:00
Message-ID: AANLkTimE28Jfkdn1wT4bp6UOceiCePcdt6pZazx3O14r@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

I looked so we can enhance autocomple about: autocomplete any
datatypes for casting and autocomplete any psql varibles. This need
just add support suffix and prefix strings to joining final string.
these variables can be filled by specified handlers - like now. Some
proposed values:

prefix ::" --- data type --- suffix "
prefix :: --- data type
prefix :" -- psql variable -- suffix "
prefix :' -- psql variable -- suffix '
prefix : -- psql variable

ideas? comments?

Regards

Pavel Stehule

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Itagaki Takahiro 2010-10-04 10:29:43 Re: Adding getrusage profiling data to EXPLAIN output
Previous Message Pavel Stehule 2010-10-04 09:49:11 Re: patch: psql variables tabcomplete