Re: Tab completion for SET TimeZone

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tab completion for SET TimeZone
Дата
Msg-id 514658.1647438049@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tab completion for SET TimeZone  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
Ответы Re: Tab completion for SET TimeZone  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
Список pgsql-hackers
=?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= <ilmari@ilmari.org> writes:
> I just noticed I left out the = in the match check, here's an updated
> patch that fixes that.

Hmm .... is that actually going to be useful in that form?
Most time zone names contain slashes and will therefore require
single-quoting.  I think you might need pushups comparable to
COMPLETE_WITH_ENUM_VALUE.

Also, personally, I'd rather not smash the names to lower case.
I think that's a significant decrement of readability.

            regards, tom lane



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

Предыдущее
От: Dagfinn Ilmari Mannsåker
Дата:
Сообщение: Re: Tab completion for SET TimeZone
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Logical replication timeout problem