Re: Inconsistency between postgresql.conf and docs

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Inconsistency between postgresql.conf and docs
Дата
Msg-id 4E0B542E.606@agliodbs.com
обсуждение исходный текст
Ответ на Re: Inconsistency between postgresql.conf and docs  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Inconsistency between postgresql.conf and docs  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
> I don't have a strong feeling on whether or not we should put that
> setting in its own section.  Right now, we only have one setting for
> synchronous replication, so I guess maybe it depends on if we think
> there will be more in the future.

I believe there will be more in the future.   However, given that the
replication section isn't exactly overpopulated, I think we could
consolidate.

My preference would be to have:

# REPLICATION

# - Master Settings -
# these settings affect the master role in replication
# they will be ignored on the standby

... settings ...

# - Standby Settings -
# these settings affect the standby role in replication
# they will be ignored on the master

... settings ...


That's how I've been setting up the file for my customers; it's fairly
clear and understandable.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Range Types, constructors, and the type system
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch