Re: No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings
Дата
Msg-id 1228416.1662156969@sss.pgh.pa.us
обсуждение исходный текст
Ответ на No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings  ("guyren@relevantlogic.com" <guyren@gmail.com>)
Список pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> A reader of this section
> https://www.postgresql.org/docs/current/sql-set.html of the documentation
> might be forgiven for thinking that Postgres does not support custom
> variables.

They are, in fact, *not* a supported feature.  The only intended use
of non-core GUCs was for extensions' parameters.  People have abused the
mechanism to create ad-hoc session variables, but we don't encourage it.
The underlying code won't scale to large numbers of variables, there's
no way to declare properties of such a variable in SQL, etc.

There's been an ongoing effort to create a respectable substitute,
but it still hasn't gotten across the finish line [1].

            regards, tom lane

[1] https://commitfest.postgresql.org/39/1608/



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings
Следующее
От: "guyren@relevantlogic.com"
Дата:
Сообщение: Re: No discussion of custom variables; no "See also" for set_config, current_setting, pg_settings