Re: Schema variables - new implementation for Postgres 15

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Schema variables - new implementation for Postgres 15
Дата
Msg-id 738069.1716600561@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Schema variables - new implementation for Postgres 15  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Schema variables - new implementation for Postgres 15
Re: Schema variables - new implementation for Postgres 15
Список pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> we can introduce special safe mode started by
> set enable_direct_variable_read to off;
> and allowing access to variables only by usage dedicated function
> (supported by parser) named like variable or pg_variable

Didn't we learn twenty years ago that GUCs that change query
semantics are an awful idea?  Pick a single access method
for these things and stick to it.

            regards, tom lane



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Schema variables - new implementation for Postgres 15
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: Volatile write caches on macOS and Windows, redux