Re: Tab completion for SET TimeZone

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tab completion for SET TimeZone
Дата
Msg-id 1158648.1647630116@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tab completion for SET TimeZone  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
... btw, I forgot to mention that I don't see any problem with
the patch's behavior for DEFAULT.  What I see with both readline
and libedit is that if you type something reasonable, like
    set timezone to d<TAB>
then it will correctly complete "efault ", without any extra
quotes.  Now, if you're silly and do
    set timezone to 'd<TAB>
then readline gives you "efault' " and libedit gives you nothing.
But I think that's your own, um, fault.  We don't have any other
places where tab completion is so aggressive as to remove quotes
from a keyword.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Tab completion for SET TimeZone
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Proposal: Support custom authentication methods using hooks