Re: log_line_prefix: make it possible to add the search_path

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: log_line_prefix: make it possible to add the search_path
Дата
Msg-id 2068652.1658781781@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: log_line_prefix: make it possible to add the search_path  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Maybe your idea of allowing arbitrary GUCs is not a bad one, something
> like
>   %{search_path}G
> (where we add a letter at the end just so we can add other things in the
> future that aren't GUCs.)

I'm pretty uncomfortable about the amount of code that could potentially
be reached during an error logging attempt if we do that.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS
Следующее
От: Nikita Malakhov
Дата:
Сообщение: Re: Pluggable toaster