Re: BUG #15663: set update_process_title =on/off did not take effect - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15663: set update_process_title =on/off did not take effect
Date
Msg-id 19199.1551545691@sss.pgh.pa.us
Whole thread Raw
In response to BUG #15663: set update_process_title =on/off did not take effect  (PG Bug reporting form <noreply@postgresql.org>)
List 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 by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15663: set update_process_title =on/off did not take effect
Next
From: Tom Lane
Date:
Subject: Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name