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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: zhq651(at)126(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15663: set update_process_title =on/off did not take effect
Date: 2019-03-02 16:54:51
Message-ID: 19199.1551545691@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-03-03 20:14:13 Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name
Previous Message PG Bug reporting form 2019-03-02 08:01:56 BUG #15663: set update_process_title =on/off did not take effect