| От | Tom Lane |
|---|---|
| Тема | Re: [DOCS] GUC/postgresql.conf docs |
| Дата | |
| Msg-id | 5807.1042491670@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [DOCS] GUC/postgresql.conf docs (Thomas F.O'Connell <tfo@monsterlabs.com>) |
| Список | pgsql-general |
"Thomas F.O'Connell" <tfo@monsterlabs.com> writes:
> I just wanted to make sure the list was exhaustive. What of those that
> are marked "startup or postgresql.conf"?
I believe the latter are the ones you cannot set per-backend.
If you want to be certain, look through src/backend/utils/misc/guc.c
to see which variables are marked PGC_POSTMASTER. Those are the
restart-required vars. The ones marked PGC_SIGHUP can be changed from
postgresql.conf, but not per-backend. (See comments in
src/include/utils/guc.h for the gory details.)
If you find any for which the Admin Guide is wrong or misleading,
please submit a docs patch ...
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера