Re: GUC names in messages

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: GUC names in messages
Дата
Msg-id 4b83f9888428925e3049e24b60a73f4b94dc2368.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: GUC names in messages  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: GUC names in messages  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers
On Wed, 2023-11-01 at 16:12 -0400, Peter Eisentraut wrote:
> On 01.11.23 10:25, Tom Lane wrote:
> > And there's never been any
> > real clarity about whether to quote GUC names, though certainly we're
> > more likely to quote anything injected with %s.  So that's why we have
> > a mishmash right now.
>
> I'm leaning toward not quoting GUC names.  The quoting is needed in
> places where the value can be arbitrary, to avoid potential confusion.
> But the GUC names are well-known, and we wouldn't add confusing GUC
> names like "table" or "not found" in the future.

I agree for names with underscores in them.  But I think that quoting
is necessary for names like "timezone" or "datestyle" that might be
mistaken for normal words.  My personal preference is to always quote
GUC names, but I think it is OK not to quote GOCs whose name are
clearly not natural language words.

Yours,
Laurenz Albe



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Remove distprep
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: generate syscache info automatically