ToDo: enhanced autocomplete for object identified by prefix

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема ToDo: enhanced autocomplete for object identified by prefix
Дата
Msg-id AANLkTimE28Jfkdn1wT4bp6UOceiCePcdt6pZazx3O14r@mail.gmail.com
обсуждение исходный текст
Ответы Re: ToDo: enhanced autocomplete for object identified by prefix  (Pavel Stehule <pavel.stehule@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: patch: psql variables tabcomplete
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: Adding getrusage profiling data to EXPLAIN output