Re: BUG #15663: set update_process_title =on/off did not take effect

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15663: set update_process_title =on/off did not take effect
Дата
Msg-id 19199.1551545691@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15663: set update_process_title =on/off did not take effect  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> postgres=# set update_process_title =on;
> SET

That only changes the setting within the current process.  If you want
to change the value that applies in other processes such as a
background walsender, you need to do something else (ALTER SYSTEM
or modify postgresql.conf, and then reload settings).

            regards, tom lane


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15663: set update_process_title =on/off did not take effect
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name