How to _not_ save startup options in postmaster.opts?

Поиск
Список
Период
Сортировка
От Ron
Тема How to _not_ save startup options in postmaster.opts?
Дата
Msg-id 89ffab7a-0dfe-42e5-ae9d-e2fff60c9762@gmail.com
обсуждение исходный текст
Ответы Re: How to _not_ save startup options in postmaster.opts?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-admin
Pg 14, if it matters.

When doing maintenance (including a giant pg_restore), sometime one wants to run with different configuration values (like archivemode=off, wal_level=minimal, autovacuum=off, etc).

I could edit postgresql.conf -- or have two of them: one normal, and one for doing maintenance -- but if I'm going to restart anyway, why not just pass those parameters directly to the postmaster?

Alas, those config values are remembered in postmaster.opts.  But I don't want that.

Thus: is there a way to tell pg to not put those options in postmaster.opts?

Or is this my only option before restarting for production:
which postgres > $PGDATA/postmaster.opts

--
Born in Arizona, moved to Babylonia.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: statement_timeout has no effect if sync standby is unavailable
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: How to _not_ save startup options in postmaster.opts?