ToDo: enhanced autocomplete for object identified by prefix - Mailing list pgsql-hackers

From Pavel Stehule
Subject ToDo: enhanced autocomplete for object identified by prefix
Date
Msg-id AANLkTimE28Jfkdn1wT4bp6UOceiCePcdt6pZazx3O14r@mail.gmail.com
Whole thread Raw
Responses Re: ToDo: enhanced autocomplete for object identified by prefix
List 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


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: patch: psql variables tabcomplete
Next
From: Itagaki Takahiro
Date:
Subject: Re: Adding getrusage profiling data to EXPLAIN output