| From: | Ron <ronljohnsonjr(at)gmail(dot)com> |
|---|---|
| To: | Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: How to _not_ save startup options in postmaster.opts? |
| Date: | 2023-11-02 19:31:51 |
| Message-ID: | 1943a772-3938-429b-a877-dafdcb854563@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On 11/2/23 12:42, Tom Lane wrote:
> "David G. Johnston"<david(dot)g(dot)johnston(at)gmail(dot)com> writes:
>>> Alas, those config values are remembered in postmaster.opts. But I don't
>>> want that.
>> I don’t know where this file is even documented ATM but my understanding is
>> it just shows you the values used during the last startup.
> It does more, per the pg_ctl man page:
>
> postmaster.opts
>
> If this file exists in the data directory, pg_ctl (in restart
> mode) will pass the contents of the file as options to postgres,
> unless overridden by the -o option. The contents of this file are
> also displayed in status mode.
>
> It seems totally reasonable for "pg_ctl restart" to re-apply those
> switches. If you don't want that, don't use "restart", but stop
> and start.
Thanks.
--
Born in Arizona, moved to Babylonia.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bernd Lentes | 2023-11-02 19:56:40 | unrecognized configuration parameter "ldapbinddn" in file "/var/lib/pgsql/data/postgresql.conf" |
| Previous Message | Ron | 2023-11-02 19:27:48 | Re: How to _not_ save startup options in postmaster.opts? |